summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-01 23:25:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-01 23:27:29 +0100
commit8511d1ec1bac699c742952e6fe4c306e1aaa2f9f (patch)
treed552038f7694d9e7139c2a4fb1335433f4a18874 /meta/recipes-bsp
parent31ea94b2171e957358524baf5e9231a985a5450c (diff)
downloadpoky-8511d1ec1bac699c742952e6fe4c306e1aaa2f9f.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-14.bb1
-rw-r--r--meta/recipes-bsp/grub/grub_0.97.bb1
-rw-r--r--meta/recipes-bsp/hostap/hostap-conf_1.0.bb1
-rw-r--r--meta/recipes-bsp/hostap/hostap-utils.inc1
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb1
-rw-r--r--meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb1
-rw-r--r--meta/recipes-bsp/pcmciautils/pcmciautils.inc1
-rw-r--r--meta/recipes-bsp/uboot/u-boot.inc1
-rw-r--r--meta/recipes-bsp/usbinit/usbinit.bb1
-rw-r--r--meta/recipes-bsp/usbutils/usbutils_0.91.bb1
-rw-r--r--meta/recipes-bsp/x-load/x-load.inc1
11 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
index 50d84ec39a..e80e108ca5 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
@@ -4,7 +4,6 @@ access to battery status information and a set of tools for managing \
4notebook power consumption." 4notebook power consumption."
5HOMEPAGE = "http://apenwarr.ca/apmd/" 5HOMEPAGE = "http://apenwarr.ca/apmd/"
6SECTION = "base" 6SECTION = "base"
7PRIORITY = "required"
8LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
10 file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769" 9 file://apm.h;firstline=6;endline=18;md5=c9a1f79036ab14aa157e15ed75ffd769"
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb
index 82b065a7b8..0f297ff3ff 100644
--- a/meta/recipes-bsp/grub/grub_0.97.bb
+++ b/meta/recipes-bsp/grub/grub_0.97.bb
@@ -4,7 +4,6 @@ operating systems. In addition to loading the Linux kernel, it implements the Mu
4standard, which allows for flexible loading of multiple boot images." 4standard, which allows for flexible loading of multiple boot images."
5HOMEPAGE = "http://www.gnu.org/software/grub/" 5HOMEPAGE = "http://www.gnu.org/software/grub/"
6SECTION = "bootloaders" 6SECTION = "bootloaders"
7PRIORITY = "optional"
8 7
9LICENSE = "GPLv2+" 8LICENSE = "GPLv2+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
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 @@
1DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" 1DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
2SECTION = "kernel/modules" 2SECTION = "kernel/modules"
3PRIORITY = "optional"
4LICENSE = "GPLv2" 3LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6RDEPENDS_${PN} = "update-modules" 5RDEPENDS_${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"
7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
8 file://util.c;beginline=1;endline=9;md5=d3b9280851302e5ba34e5fb717489b6d" 8 file://util.c;beginline=1;endline=9;md5=d3b9280851302e5ba34e5fb717489b6d"
9SECTION = "kernel/userland" 9SECTION = "kernel/userland"
10PRIORITY = "optional"
11PR = "r4" 10PR = "r4"
12 11
13SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ 12SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
index 4cefdb7966..bfd03cc518 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
+++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
@@ -9,7 +9,6 @@ LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
10 file://src/lrz.c;beginline=1;endline=10;md5=5276956373ff7d8758837f6399a1045f" 10 file://src/lrz.c;beginline=1;endline=10;md5=5276956373ff7d8758837f6399a1045f"
11SECTION = "console/network" 11SECTION = "console/network"
12PRIORITY = "standard"
13DEPENDS = "" 12DEPENDS = ""
14PR = "r3" 13PR = "r3"
15 14
diff --git a/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb b/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb
index 98d3aed2ca..57e746bf2b 100644
--- a/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb
+++ b/meta/recipes-bsp/orinoco/orinoco-conf_1.0.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "PCMCIA-cs configuration files for Hermes (Orinoco) wireless LAN cards" 1DESCRIPTION = "PCMCIA-cs configuration files for Hermes (Orinoco) wireless LAN cards"
2SECTION = "kernel/modules" 2SECTION = "kernel/modules"
3PRIORITY = "optional"
4LICENSE = "GPLv2" 3LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
6RDEPENDS_${PN} = "update-modules" 5RDEPENDS_${PN} = "update-modules"
diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils.inc b/meta/recipes-bsp/pcmciautils/pcmciautils.inc
index 410fa5d20e..e65f60774f 100644
--- a/meta/recipes-bsp/pcmciautils/pcmciautils.inc
+++ b/meta/recipes-bsp/pcmciautils/pcmciautils.inc
@@ -1,7 +1,6 @@
1DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" 1DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
2HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" 2HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
3SECTION = "kernel/userland" 3SECTION = "kernel/userland"
4PRIORITY = "optional"
5 4
6LICENSE = "GPLv2" 5LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
diff --git a/meta/recipes-bsp/uboot/u-boot.inc b/meta/recipes-bsp/uboot/u-boot.inc
index 2be9fc9ebe..7856d9bda3 100644
--- a/meta/recipes-bsp/uboot/u-boot.inc
+++ b/meta/recipes-bsp/uboot/u-boot.inc
@@ -1,7 +1,6 @@
1DESCRIPTION = "U-boot bootloader" 1DESCRIPTION = "U-boot bootloader"
2HOMEPAGE = "http://u-boot.sf.net" 2HOMEPAGE = "http://u-boot.sf.net"
3SECTION = "bootloaders" 3SECTION = "bootloaders"
4PRIORITY = "optional"
5PROVIDES = "virtual/bootloader" 4PROVIDES = "virtual/bootloader"
6 5
7inherit deploy 6inherit deploy
diff --git a/meta/recipes-bsp/usbinit/usbinit.bb b/meta/recipes-bsp/usbinit/usbinit.bb
index 6170362c33..3ec23298c8 100644
--- a/meta/recipes-bsp/usbinit/usbinit.bb
+++ b/meta/recipes-bsp/usbinit/usbinit.bb
@@ -3,7 +3,6 @@ DESCRIPTION = "Initscript to manage gadget Ethernet"
3LICENSE = "GPL" 3LICENSE = "GPL"
4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" 4LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
5 5
6PRIORITY = "optional"
7PR = "r2" 6PR = "r2"
8 7
9SRC_URI = "file://usb-gether \ 8SRC_URI = "file://usb-gether \
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb
index c4f40e9dfb..5d605c5294 100644
--- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
+++ b/meta/recipes-bsp/usbutils/usbutils_0.91.bb
@@ -2,7 +2,6 @@ SUMMARY = "Host side USB console utilities."
2DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus." 2DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus."
3HOMEPAGE = "http://www.linux-usb.org" 3HOMEPAGE = "http://www.linux-usb.org"
4SECTION = "base" 4SECTION = "base"
5PRIORITY = "optional"
6 5
7LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
diff --git a/meta/recipes-bsp/x-load/x-load.inc b/meta/recipes-bsp/x-load/x-load.inc
index a98ec8fb7c..3b55eb17f1 100644
--- a/meta/recipes-bsp/x-load/x-load.inc
+++ b/meta/recipes-bsp/x-load/x-load.inc
@@ -1,6 +1,5 @@
1DESCRIPTION = "x-load bootloader loader" 1DESCRIPTION = "x-load bootloader loader"
2SECTION = "bootloaders" 2SECTION = "bootloaders"
3PRIORITY = "optional"
4LICENSE = "GPL" 3LICENSE = "GPL"
5 4
6inherit deploy 5inherit deploy