From db58368843bdedc7b132070410ae18e9b055be15 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 19 Aug 2011 23:00:09 +0100 Subject: Drop PRIORITY variable As discussed on the OE-core mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. (Also tidied up some others that weren't picked up by this.) (Prompted by OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton --- recipes-opie/opie-reader/opie-reader.inc | 1 - recipes-opie/opie-reader/uqtreader_1.2.5.bb | 1 - recipes-opie/opie-reader/uqtreader_cvs.bb | 1 - 3 files changed, 3 deletions(-) (limited to 'recipes-opie/opie-reader') diff --git a/recipes-opie/opie-reader/opie-reader.inc b/recipes-opie/opie-reader/opie-reader.inc index a1362ea..ab33881 100644 --- a/recipes-opie/opie-reader/opie-reader.inc +++ b/recipes-opie/opie-reader/opie-reader.inc @@ -1,6 +1,5 @@ DESCRIPTION = "E-Book reader" SECTION = "opie/applications" -PRIORITY = "optional" LICENSE = "GPL" # FIXME stopgap until split archives have license files included LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" diff --git a/recipes-opie/opie-reader/uqtreader_1.2.5.bb b/recipes-opie/opie-reader/uqtreader_1.2.5.bb index c12555e..6731f23 100644 --- a/recipes-opie/opie-reader/uqtreader_1.2.5.bb +++ b/recipes-opie/opie-reader/uqtreader_1.2.5.bb @@ -1,6 +1,5 @@ DESCRIPTION = "qt4-x11 opie-reader ebook reader port" SECTION = "x11/applications" -PRIORITY = "optional" LICENSE = "GPL" # FIXME stopgap until split archives have license files included LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" diff --git a/recipes-opie/opie-reader/uqtreader_cvs.bb b/recipes-opie/opie-reader/uqtreader_cvs.bb index f5c8bb8..72b950e 100644 --- a/recipes-opie/opie-reader/uqtreader_cvs.bb +++ b/recipes-opie/opie-reader/uqtreader_cvs.bb @@ -1,6 +1,5 @@ DESCRIPTION = "qt4-x11 opie-reader ebook reader port" SECTION = "x11/applications" -PRIORITY = "optional" LICENSE = "GPL" # FIXME stopgap until split archives have license files included LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -- cgit 1.2.3-korg