summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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-support
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-support')
-rw-r--r--meta/recipes-support/atk/atk.inc1
-rw-r--r--meta/recipes-support/boost/boost-36.inc1
-rw-r--r--meta/recipes-support/boost/boost-jam-native.inc1
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.8.3.bb1
-rw-r--r--meta/recipes-support/libcheck/libcheck_0.9.8.bb1
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc1
-rw-r--r--meta/recipes-support/libgdbus/libgdbus_git.bb1
-rw-r--r--meta/recipes-support/libiconv/libiconv_1.11.1.bb1
-rw-r--r--meta/recipes-support/libnl/libnl_2.0.bb1
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.26.bb1
-rw-r--r--meta/recipes-support/lzo/lzo_2.05.bb1
-rw-r--r--meta/recipes-support/pth/pth_2.0.7.bb1
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc1
13 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-support/atk/atk.inc b/meta/recipes-support/atk/atk.inc
index 899d360e1a..6a4fef6d0d 100644
--- a/meta/recipes-support/atk/atk.inc
+++ b/meta/recipes-support/atk/atk.inc
@@ -5,7 +5,6 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
5LICENSE = "LGPLv2 & LGPLv2+" 5LICENSE = "LGPLv2 & LGPLv2+"
6 6
7SECTION = "x11/libs" 7SECTION = "x11/libs"
8PRIORITY = "optional"
9 8
10DEPENDS = "glib-2.0 gtk-doc-native" 9DEPENDS = "glib-2.0 gtk-doc-native"
11 10
diff --git a/meta/recipes-support/boost/boost-36.inc b/meta/recipes-support/boost/boost-36.inc
index bc4e750a92..bb267d791c 100644
--- a/meta/recipes-support/boost/boost-36.inc
+++ b/meta/recipes-support/boost/boost-36.inc
@@ -7,7 +7,6 @@ DESCRIPTION = "Free peer-reviewed portable C++ source libraries"
7HOMEPAGE = "http://www.boost.org/" 7HOMEPAGE = "http://www.boost.org/"
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "boost-jam-native zlib" 9DEPENDS = "boost-jam-native zlib"
10PRIORITY = "optional"
11LICENSE = "Boost" 10LICENSE = "Boost"
12PR = "r4" 11PR = "r4"
13 12
diff --git a/meta/recipes-support/boost/boost-jam-native.inc b/meta/recipes-support/boost/boost-jam-native.inc
index fbaef1a8ac..e6b2529858 100644
--- a/meta/recipes-support/boost/boost-jam-native.inc
+++ b/meta/recipes-support/boost/boost-jam-native.inc
@@ -6,7 +6,6 @@
6DESCRIPTION = "Make system for boost (native)" 6DESCRIPTION = "Make system for boost (native)"
7HOMEPAGE = "http://www.boost.org/" 7HOMEPAGE = "http://www.boost.org/"
8SECTION = "devel" 8SECTION = "devel"
9PRIORITY = "optional"
10LICENSE = "Boost" 9LICENSE = "Boost"
11PR = "r0" 10PR = "r0"
12 11
diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/meta/recipes-support/gdbm/gdbm_1.8.3.bb
index 587b6a6c04..4f233a2140 100644
--- a/meta/recipes-support/gdbm/gdbm_1.8.3.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.8.3.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing." 1DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
2HOMEPAGE = "http://www.gnu.org/software/gdbm/" 2HOMEPAGE = "http://www.gnu.org/software/gdbm/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150"
7 6
diff --git a/meta/recipes-support/libcheck/libcheck_0.9.8.bb b/meta/recipes-support/libcheck/libcheck_0.9.8.bb
index d7e0829b1e..d5b9930aa0 100644
--- a/meta/recipes-support/libcheck/libcheck_0.9.8.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.9.8.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "Check Test Framework" 1DESCRIPTION = "Check Test Framework"
2HOMEPAGE = "http://gitorious.org/opensuse/zypper" 2HOMEPAGE = "http://gitorious.org/opensuse/zypper"
3PRIORITY = "optional"
4SECTION = "devel" 3SECTION = "devel"
5 4
6LICENSE = "LGPLv2.1+" 5LICENSE = "LGPLv2.1+"
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 08fe7992fa..128aed328a 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -2,7 +2,6 @@ DESCRIPTION = "A general purpose cryptographic library based on the code from Gn
2HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/" 2HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/"
3BUGTRACKER = "https://bugs.g10code.com/gnupg/index" 3BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
4SECTION = "libs" 4SECTION = "libs"
5PRIORITY = "optional"
6 5
7# helper program gcryptrnd and getrandom are under GPL, rest LGPL 6# helper program gcryptrnd and getrandom are under GPL, rest LGPL
8LICENSE = "GPLv2+ & LGPLv2.1+" 7LICENSE = "GPLv2+ & LGPLv2.1+"
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb
index bd914364b5..67c61cf3dc 100644
--- a/meta/recipes-support/libgdbus/libgdbus_git.bb
+++ b/meta/recipes-support/libgdbus/libgdbus_git.bb
@@ -2,7 +2,6 @@ SUMMARY = "Library for simple D-Bus integration with GLib"
2DESCRIPTION = "Library for simple D-Bus integration with GLib" 2DESCRIPTION = "Library for simple D-Bus integration with GLib"
3HOMEPAGE = "http://www.bluez.org" 3HOMEPAGE = "http://www.bluez.org"
4SECTION = "libs" 4SECTION = "libs"
5PRIORITY = "optional"
6LICENSE = "GPLv2 & LGPLv2.1" 5LICENSE = "GPLv2 & LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
8 file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09" 7 file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09"
diff --git a/meta/recipes-support/libiconv/libiconv_1.11.1.bb b/meta/recipes-support/libiconv/libiconv_1.11.1.bb
index 28c70c8ae0..186a5a17b8 100644
--- a/meta/recipes-support/libiconv/libiconv_1.11.1.bb
+++ b/meta/recipes-support/libiconv/libiconv_1.11.1.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to s
2multiple character encodings, but that support lacks from your system." 2multiple character encodings, but that support lacks from your system."
3HOMEPAGE = "http://www.gnu.org/software/libiconv" 3HOMEPAGE = "http://www.gnu.org/software/libiconv"
4SECTION = "libs" 4SECTION = "libs"
5PRIORITY = "optional"
6NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8" 5NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
7PROVIDES = "virtual/libiconv" 6PROVIDES = "virtual/libiconv"
8PR = "r0" 7PR = "r0"
diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb
index 6858e82c00..0dfcaf63a7 100644
--- a/meta/recipes-support/libnl/libnl_2.0.bb
+++ b/meta/recipes-support/libnl/libnl_2.0.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "libnl is a library for applications dealing with netlink sockets." 1DESCRIPTION = "libnl is a library for applications dealing with netlink sockets."
2HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" 2HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
3SECTION = "libs/network" 3SECTION = "libs/network"
4PRIORITY = "optional"
5 4
6LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
7LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" 6LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
index 71fb4788a0..404f03fa32 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.26.bb
@@ -6,7 +6,6 @@ LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458" 6LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458"
7 7
8SECTION = "libs" 8SECTION = "libs"
9PRIORITY = "optional"
10DEPENDS = "libxml2 (>=2.6.27)" 9DEPENDS = "libxml2 (>=2.6.27)"
11PR = "r0" 10PR = "r0"
12 11
diff --git a/meta/recipes-support/lzo/lzo_2.05.bb b/meta/recipes-support/lzo/lzo_2.05.bb
index 411b744815..c49e94a5e8 100644
--- a/meta/recipes-support/lzo/lzo_2.05.bb
+++ b/meta/recipes-support/lzo/lzo_2.05.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "Lossless data compression library" 1DESCRIPTION = "Lossless data compression library"
2HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" 2HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769" 6 file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769"
diff --git a/meta/recipes-support/pth/pth_2.0.7.bb b/meta/recipes-support/pth/pth_2.0.7.bb
index e1090d8222..61865b7242 100644
--- a/meta/recipes-support/pth/pth_2.0.7.bb
+++ b/meta/recipes-support/pth/pth_2.0.7.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "GNU Portable Threads" 1DESCRIPTION = "GNU Portable Threads"
2HOMEPAGE = "http://www.gnu.org/software/pth/" 2HOMEPAGE = "http://www.gnu.org/software/pth/"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1" 5LIC_FILES_CHKSUM = "file://COPYING;beginline=12;endline=15;md5=a48af114a80c222cafd37f24370a77b1"
7PR = "r1" 6PR = "r1"
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 939df14926..a5d122dc88 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -1,7 +1,6 @@
1DESCRIPTION = "An Embeddable SQL Database Engine" 1DESCRIPTION = "An Embeddable SQL Database Engine"
2HOMEPAGE = "http://www.sqlite.org" 2HOMEPAGE = "http://www.sqlite.org"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional"
5DEPENDS = "readline ncurses" 4DEPENDS = "readline ncurses"
6DEPENDS_virtclass-native = "" 5DEPENDS_virtclass-native = ""
7LICENSE = "PD" 6LICENSE = "PD"