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-qtopia/zbedic/libbedic_1.1.bb | 1 - recipes-qtopia/zbedic/zbedic_1.2.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'recipes-qtopia/zbedic') diff --git a/recipes-qtopia/zbedic/libbedic_1.1.bb b/recipes-qtopia/zbedic/libbedic_1.1.bb index 8af2162..e69a8c4 100644 --- a/recipes-qtopia/zbedic/libbedic_1.1.bb +++ b/recipes-qtopia/zbedic/libbedic_1.1.bb @@ -2,7 +2,6 @@ DESCRIPTION = "Library to handle bedic dictionary" HOMEPAGE = "http://bedic.sourceforge.net/" AUTHOR = "Rafal Mantiuk " SECTION = "opie/libs" -PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "sqlite3" APPTYPE = "binary" diff --git a/recipes-qtopia/zbedic/zbedic_1.2.bb b/recipes-qtopia/zbedic/zbedic_1.2.bb index 216fc00..82ded79 100644 --- a/recipes-qtopia/zbedic/zbedic_1.2.bb +++ b/recipes-qtopia/zbedic/zbedic_1.2.bb @@ -2,7 +2,6 @@ DESCRIPTION = "A dictionary application for Qt/E based Palmtop Environments" HOMEPAGE = "http://bedic.sourceforge.net/" AUTHOR = "Rafal Mantiuk " SECTION = "opie/applications" -PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "libbedic" APPTYPE = "binary" -- cgit 1.2.3-korg