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/custominput/custominput_1.1.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'recipes-qtopia/custominput/custominput_1.1.0.bb') diff --git a/recipes-qtopia/custominput/custominput_1.1.0.bb b/recipes-qtopia/custominput/custominput_1.1.0.bb index 39358f2..9890cd5 100644 --- a/recipes-qtopia/custominput/custominput_1.1.0.bb +++ b/recipes-qtopia/custominput/custominput_1.1.0.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Custom Keyboard \ Keyboard that can be customized to include exactly the characters that the user uses, but which is not available on his physical keyboard." SECTION = "opie/inputmethods" -PRIORITY = "optional" LICENSE = "GPL" HOMEPAGE = "http://www.blackie.dk/Zaurus/custominput/" AUTHOR = "Jesper Kjaer Pedersen " -- cgit 1.2.3-korg