From 8511d1ec1bac699c742952e6fe4c306e1aaa2f9f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 1 Jul 2011 23:25:36 +0100 Subject: 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. (From OE-Core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Richard Purdie --- meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 1 - meta/recipes-bsp/hostap/hostap-utils.inc | 1 - 2 files changed, 2 deletions(-) (limited to 'meta/recipes-bsp/hostap') 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 \ -- cgit v1.2.3-54-g00ecf