diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-19 23:00:09 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-08-20 19:22:57 +0100 |
commit | db58368843bdedc7b132070410ae18e9b055be15 (patch) | |
tree | ab117c622b243c1d34e1aa7179311d7d0140ea38 /recipes-opie/opie-kjumpx | |
parent | 2baaad67eb73ad3b9762c192b36390fd22948366 (diff) | |
download | meta-opie-db58368843bdedc7b132070410ae18e9b055be15.tar.gz |
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 <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/opie-kjumpx')
-rw-r--r-- | recipes-opie/opie-kjumpx/opie-kjumpx.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-opie/opie-kjumpx/opie-kjumpx.inc b/recipes-opie/opie-kjumpx/opie-kjumpx.inc index 1f1da64..9f7eef3 100644 --- a/recipes-opie/opie-kjumpx/opie-kjumpx.inc +++ b/recipes-opie/opie-kjumpx/opie-kjumpx.inc @@ -1,6 +1,5 @@ DESCRIPTION = "Koreanized JumpX input method" SECTION = "opie/inputmethods" -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" |