summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-13 19:02:45 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-14 16:49:27 +0100
commit040f75eca217c79fed7b881589d9bb36358cffe1 (patch)
tree4bf0e7e02544e9ffa54aa0ead966c411d7dbd0be /meta-oe/recipes-support
parentf8d19a8b02e1b4b7b0bbb8d49fa685ec65843b02 (diff)
downloadmeta-openembedded-040f75eca217c79fed7b881589d9bb36358cffe1.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 references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/atk/atk.inc1
-rw-r--r--meta-oe/recipes-support/atk/atk_1.30.0.bb1
-rw-r--r--meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb1
-rw-r--r--meta-oe/recipes-support/check/check_0.9.5.bb1
-rw-r--r--meta-oe/recipes-support/evtest/evtest_1.25.bb1
-rw-r--r--meta-oe/recipes-support/fftw/benchfft_3.1.bb1
-rw-r--r--meta-oe/recipes-support/fftw/fftw.inc1
-rw-r--r--meta-oe/recipes-support/flite/flite.inc1
-rw-r--r--meta-oe/recipes-support/htop/htop_0.9.bb1
-rw-r--r--meta-oe/recipes-support/inih/libinih_git.bb1
-rw-r--r--meta-oe/recipes-support/libgcrypt/libgcrypt.inc1
-rw-r--r--meta-oe/recipes-support/libiconv/libiconv.inc1
-rw-r--r--meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb1
-rw-r--r--meta-oe/recipes-support/nfs-utils/nfs-utils_1.1.2.bb1
-rw-r--r--meta-oe/recipes-support/ntp/ntp.inc1
-rw-r--r--meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb1
-rw-r--r--meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb1
-rw-r--r--meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb1
-rw-r--r--meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb1
19 files changed, 0 insertions, 19 deletions
diff --git a/meta-oe/recipes-support/atk/atk.inc b/meta-oe/recipes-support/atk/atk.inc
index a508012cf..604e6ca38 100644
--- a/meta-oe/recipes-support/atk/atk.inc
+++ b/meta-oe/recipes-support/atk/atk.inc
@@ -1,6 +1,5 @@
1DESCRIPTION = "An accessibility toolkit for GNOME." 1DESCRIPTION = "An accessibility toolkit for GNOME."
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3PRIORITY = "optional"
4LICENSE = "LGPL" 3LICENSE = "LGPL"
5 4
6DEPENDS = "glib-2.0 gtk-doc-native" 5DEPENDS = "glib-2.0 gtk-doc-native"
diff --git a/meta-oe/recipes-support/atk/atk_1.30.0.bb b/meta-oe/recipes-support/atk/atk_1.30.0.bb
index cc8f57381..7efb4fe2d 100644
--- a/meta-oe/recipes-support/atk/atk_1.30.0.bb
+++ b/meta-oe/recipes-support/atk/atk_1.30.0.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "An accessibility toolkit for GNOME." 1DESCRIPTION = "An accessibility toolkit for GNOME."
2SECTION = "x11/libs" 2SECTION = "x11/libs"
3PRIORITY = "optional"
4LICENSE = "LGPLv2 & LGPLv2+" 3LICENSE = "LGPLv2 & LGPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
6 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ 5 file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \
diff --git a/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb b/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb
index 3be567ff4..4641bfd88 100644
--- a/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb
+++ b/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "Common CA certificates" 1DESCRIPTION = "Common CA certificates"
2HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" 2HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
3SECTION = "misc" 3SECTION = "misc"
4PRIORITY = "optional"
5LICENSE = "GPL" 4LICENSE = "GPL"
6LIC_FILES_CHKSUM = "file://debian/copyright;md5=6275b491c91b57d92ebe11205ebf4dfe" 5LIC_FILES_CHKSUM = "file://debian/copyright;md5=6275b491c91b57d92ebe11205ebf4dfe"
7 6
diff --git a/meta-oe/recipes-support/check/check_0.9.5.bb b/meta-oe/recipes-support/check/check_0.9.5.bb
index 132b563a2..2f1ae940a 100644
--- a/meta-oe/recipes-support/check/check_0.9.5.bb
+++ b/meta-oe/recipes-support/check/check_0.9.5.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "a unit test framework for C" 1DESCRIPTION = "a unit test framework for C"
2LICENSE = "LGPLv2.1" 2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1" 3LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
4PRIORITY = "optional"
5SECTION = "devel" 4SECTION = "devel"
6 5
7PR = "r2" 6PR = "r2"
diff --git a/meta-oe/recipes-support/evtest/evtest_1.25.bb b/meta-oe/recipes-support/evtest/evtest_1.25.bb
index fdc023f29..5e1113152 100644
--- a/meta-oe/recipes-support/evtest/evtest_1.25.bb
+++ b/meta-oe/recipes-support/evtest/evtest_1.25.bb
@@ -2,7 +2,6 @@ DESCRIPTION = "Simple tool for input event debugging."
2HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" 2HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
3AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" 3AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
4SECTION = "console/utils" 4SECTION = "console/utils"
5PRIORITY = "optional"
6LICENSE = "GPLv2" 5LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
8 7
diff --git a/meta-oe/recipes-support/fftw/benchfft_3.1.bb b/meta-oe/recipes-support/fftw/benchfft_3.1.bb
index efa76cdce..52fd1bfc9 100644
--- a/meta-oe/recipes-support/fftw/benchfft_3.1.bb
+++ b/meta-oe/recipes-support/fftw/benchfft_3.1.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "FFTW benchmarks" 1DESCRIPTION = "FFTW benchmarks"
2SECTION = "libs" 2SECTION = "libs"
3PRIORITY = "optional"
4LICENSE = "GPLv2" 3LICENSE = "GPLv2"
5 4
6# single precision fftw is called fftwf 5# single precision fftw is called fftwf
diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc
index a71b7e1de..80fc656ab 100644
--- a/meta-oe/recipes-support/fftw/fftw.inc
+++ b/meta-oe/recipes-support/fftw/fftw.inc
@@ -1,6 +1,5 @@
1DESCRIPTION = "FFTW" 1DESCRIPTION = "FFTW"
2SECTION = "libs" 2SECTION = "libs"
3PRIORITY = "optional"
4LICENSE = "GPLv2" 3LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
6 5
diff --git a/meta-oe/recipes-support/flite/flite.inc b/meta-oe/recipes-support/flite/flite.inc
index 401c83639..a0d718cb4 100644
--- a/meta-oe/recipes-support/flite/flite.inc
+++ b/meta-oe/recipes-support/flite/flite.inc
@@ -1,5 +1,4 @@
1DESCRIPTION = "flite - the festival light speech synthesizer" 1DESCRIPTION = "flite - the festival light speech synthesizer"
2PRIORITY = "optional"
3HOMEPAGE = "http://www.speech.cs.cmu.edu/flite/" 2HOMEPAGE = "http://www.speech.cs.cmu.edu/flite/"
4SECTION = "console/utils" 3SECTION = "console/utils"
5LICENSE = "flite" 4LICENSE = "flite"
diff --git a/meta-oe/recipes-support/htop/htop_0.9.bb b/meta-oe/recipes-support/htop/htop_0.9.bb
index 25dac4c22..6d12d720e 100644
--- a/meta-oe/recipes-support/htop/htop_0.9.bb
+++ b/meta-oe/recipes-support/htop/htop_0.9.bb
@@ -1,7 +1,6 @@
1DESCRIPTION = "htop process monitor" 1DESCRIPTION = "htop process monitor"
2HOMEPAGE = "http://htop.sf.net" 2HOMEPAGE = "http://htop.sf.net"
3SECTION = "console/utils" 3SECTION = "console/utils"
4PRIORITY = "optional"
5LICENSE = "GPLv2" 4LICENSE = "GPLv2"
6 5
7LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3" 6LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb
index fbdb52082..f8fd3e3da 100644
--- a/meta-oe/recipes-support/inih/libinih_git.bb
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "C and C++ INI Library" 1DESCRIPTION = "C and C++ INI Library"
2HOMEPAGE = "http://code.google.com/p/inih/" 2HOMEPAGE = "http://code.google.com/p/inih/"
3PRIORITY = "optional"
4PV = "0.0+gitr${SRCPV}" 3PV = "0.0+gitr${SRCPV}"
5PKGV = "${GITPKGVTAG}" 4PKGV = "${GITPKGVTAG}"
6LICENSE = "BSD" 5LICENSE = "BSD"
diff --git a/meta-oe/recipes-support/libgcrypt/libgcrypt.inc b/meta-oe/recipes-support/libgcrypt/libgcrypt.inc
index da882dcc7..8eb78a9d4 100644
--- a/meta-oe/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta-oe/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
7BBCLASSEXTEND = "native" 6BBCLASSEXTEND = "native"
8 7
diff --git a/meta-oe/recipes-support/libiconv/libiconv.inc b/meta-oe/recipes-support/libiconv/libiconv.inc
index 11dfaf2f4..e3e8e1102 100644
--- a/meta-oe/recipes-support/libiconv/libiconv.inc
+++ b/meta-oe/recipes-support/libiconv/libiconv.inc
@@ -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"
7 6
8SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \ 7SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
index f02c8f65e..61b7521af 100644
--- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
+++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "Simple DirectMedia Layer truetype font library." 1DESCRIPTION = "Simple DirectMedia Layer truetype font library."
2SECTION = "libs" 2SECTION = "libs"
3PRIORITY = "optional"
4DEPENDS = "virtual/libsdl freetype" 3DEPENDS = "virtual/libsdl freetype"
5LICENSE = "LGPL" 4LICENSE = "LGPL"
6PR = "r1" 5PR = "r1"
diff --git a/meta-oe/recipes-support/nfs-utils/nfs-utils_1.1.2.bb b/meta-oe/recipes-support/nfs-utils/nfs-utils_1.1.2.bb
index 9510b3069..e41749cb2 100644
--- a/meta-oe/recipes-support/nfs-utils/nfs-utils_1.1.2.bb
+++ b/meta-oe/recipes-support/nfs-utils/nfs-utils_1.1.2.bb
@@ -1,5 +1,4 @@
1DESCRIPTION = "userspace utilities for kernel nfs" 1DESCRIPTION = "userspace utilities for kernel nfs"
2PRIORITY = "optional"
3SECTION = "console/network" 2SECTION = "console/network"
4LICENSE = "GPLv2" 3LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 4LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
diff --git a/meta-oe/recipes-support/ntp/ntp.inc b/meta-oe/recipes-support/ntp/ntp.inc
index c72e40e79..3dc7bdf43 100644
--- a/meta-oe/recipes-support/ntp/ntp.inc
+++ b/meta-oe/recipes-support/ntp/ntp.inc
@@ -4,7 +4,6 @@ another server or reference time source, such as a radio \
4or satellite receiver or modem." 4or satellite receiver or modem."
5HOMEPAGE = "http://ntp.isc.org/bin/view/Main/WebHome" 5HOMEPAGE = "http://ntp.isc.org/bin/view/Main/WebHome"
6SECTION = "console/network" 6SECTION = "console/network"
7PRIORITY = "optional"
8LICENSE = "ntp" 7LICENSE = "ntp"
9LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fea4b50c33b18c2194b4b1c9ca512670" 8LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fea4b50c33b18c2194b4b1c9ca512670"
10RSUGGESTS_${PN} = "iana-etc" 9RSUGGESTS_${PN} = "iana-etc"
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
index a897a3d9c..2ae9eb411 100644
--- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
+++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "A portable audio library" 1DESCRIPTION = "A portable audio library"
2SECTION = "libs/multimedia" 2SECTION = "libs/multimedia"
3PRIORITY = "optional"
4LICENSE = "PortAudio" 3LICENSE = "PortAudio"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df"
6SRCREV = "1387" 5SRCREV = "1387"
diff --git a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
index 75678f629..b8e03c4d8 100644
--- a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
+++ b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
@@ -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"
6LICENSE = "PD" 5LICENSE = "PD"
7LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=10;md5=e98469a8efa024a38ad5b2e4b92f4a96" 6LIC_FILES_CHKSUM = "file://src/main.c;beginline=1;endline=10;md5=e98469a8efa024a38ad5b2e4b92f4a96"
diff --git a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb
index 8642c8ede..c92447ea0 100644
--- a/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb
+++ b/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb
@@ -4,7 +4,6 @@ HOMEPAGE = "ftp://ftp.porcupine.org/pub/security/index.html"
4LICENSE = "tcp-wrappers" 4LICENSE = "tcp-wrappers"
5LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" 5LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa"
6SECTION = "console/network" 6SECTION = "console/network"
7PRIORITY = "optional"
8PR ="r6" 7PR ="r6"
9 8
10SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \ 9SRC_URI = "ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${PV}.tar.gz \
diff --git a/meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb b/meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb
index 109bc7765..9fd0ac04b 100644
--- a/meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb
+++ b/meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb
@@ -3,7 +3,6 @@ HOMEPAGE = "http://www.tcpdump.org/"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867"
5SECTION = "console/network" 5SECTION = "console/network"
6PRIORITY = "optional"
7DEPENDS = "libpcap" 6DEPENDS = "libpcap"
8PR = "r1" 7PR = "r1"
9 8