diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 23:25:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 23:26:55 +0100 |
commit | d122343362669c683acc4af295971a62cbc823fc (patch) | |
tree | ba25770a3867dafa67d6110be1ff84e28c3558eb /meta/recipes-bsp/hostap | |
parent | 0fbe849b56d6457b6547a1202c4938d35316d8b8 (diff) | |
download | openembedded-core-d122343362669c683acc4af295971a62cbc823fc.tar.gz openembedded-core-d122343362669c683acc4af295971a62cbc823fc.tar.bz2 openembedded-core-d122343362669c683acc4af295971a62cbc823fc.zip |
Drop PRIORITY variable
As discussed on the 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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/hostap')
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-utils.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb index c602e8c640..f8b2102328 100644 --- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb +++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" SECTION = "kernel/modules" -PRIORITY = "optional" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" RDEPENDS_${PN} = "update-modules" diff --git a/meta/recipes-bsp/hostap/hostap-utils.inc b/meta/recipes-bsp/hostap/hostap-utils.inc index 2a20506a09..90f2c6ad54 100644 --- a/meta/recipes-bsp/hostap/hostap-utils.inc +++ b/meta/recipes-bsp/hostap/hostap-utils.inc @@ -7,7 +7,6 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ file://util.c;beginline=1;endline=9;md5=d3b9280851302e5ba34e5fb717489b6d" SECTION = "kernel/userland" -PRIORITY = "optional" PR = "r4" SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ |