aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 a508012cfb..604e6ca38f 100644
--- a/meta-oe/recipes-support/atk/atk.inc
+++ b/meta-oe/recipes-support/atk/atk.inc
@@ -1,6 +1,5 @@
DESCRIPTION = "An accessibility toolkit for GNOME."
SECTION = "x11/libs"
-PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "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 cc8f573810..7efb4fe2da 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 @@
DESCRIPTION = "An accessibility toolkit for GNOME."
SECTION = "x11/libs"
-PRIORITY = "optional"
LICENSE = "LGPLv2 & LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
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 3be567ff4e..4641bfd888 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 @@
DESCRIPTION = "Common CA certificates"
HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
SECTION = "misc"
-PRIORITY = "optional"
LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=6275b491c91b57d92ebe11205ebf4dfe"
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 132b563a21..2f1ae940aa 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 @@
DESCRIPTION = "a unit test framework for C"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
-PRIORITY = "optional"
SECTION = "devel"
PR = "r2"
diff --git a/meta-oe/recipes-support/evtest/evtest_1.25.bb b/meta-oe/recipes-support/evtest/evtest_1.25.bb
index fdc023f292..5e11131520 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."
HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/"
AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>"
SECTION = "console/utils"
-PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
diff --git a/meta-oe/recipes-support/fftw/benchfft_3.1.bb b/meta-oe/recipes-support/fftw/benchfft_3.1.bb
index efa76cdcef..52fd1bfc9f 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 @@
DESCRIPTION = "FFTW benchmarks"
SECTION = "libs"
-PRIORITY = "optional"
LICENSE = "GPLv2"
# 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 a71b7e1de1..80fc656abb 100644
--- a/meta-oe/recipes-support/fftw/fftw.inc
+++ b/meta-oe/recipes-support/fftw/fftw.inc
@@ -1,6 +1,5 @@
DESCRIPTION = "FFTW"
SECTION = "libs"
-PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
diff --git a/meta-oe/recipes-support/flite/flite.inc b/meta-oe/recipes-support/flite/flite.inc
index 401c83639f..a0d718cb49 100644
--- a/meta-oe/recipes-support/flite/flite.inc
+++ b/meta-oe/recipes-support/flite/flite.inc
@@ -1,5 +1,4 @@
DESCRIPTION = "flite - the festival light speech synthesizer"
-PRIORITY = "optional"
HOMEPAGE = "http://www.speech.cs.cmu.edu/flite/"
SECTION = "console/utils"
LICENSE = "flite"
diff --git a/meta-oe/recipes-support/htop/htop_0.9.bb b/meta-oe/recipes-support/htop/htop_0.9.bb
index 25dac4c223..6d12d720e8 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 @@
DESCRIPTION = "htop process monitor"
HOMEPAGE = "http://htop.sf.net"
SECTION = "console/utils"
-PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_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 fbdb520822..f8fd3e3daf 100644
--- a/meta-oe/recipes-support/inih/libinih_git.bb
+++ b/meta-oe/recipes-support/inih/libinih_git.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "C and C++ INI Library"
HOMEPAGE = "http://code.google.com/p/inih/"
-PRIORITY = "optional"
PV = "0.0+gitr${SRCPV}"
PKGV = "${GITPKGVTAG}"
LICENSE = "BSD"
diff --git a/meta-oe/recipes-support/libgcrypt/libgcrypt.inc b/meta-oe/recipes-support/libgcrypt/libgcrypt.inc
index da882dcc7e..8eb78a9d4d 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
HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/"
BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
SECTION = "libs"
-PRIORITY = "optional"
BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libiconv/libiconv.inc b/meta-oe/recipes-support/libiconv/libiconv.inc
index 11dfaf2f4b..e3e8e1102b 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
multiple character encodings, but that support lacks from your system."
HOMEPAGE = "http://www.gnu.org/software/libiconv"
SECTION = "libs"
-PRIORITY = "optional"
NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
SRC_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 f02c8f65ea..61b7521af4 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 @@
DESCRIPTION = "Simple DirectMedia Layer truetype font library."
SECTION = "libs"
-PRIORITY = "optional"
DEPENDS = "virtual/libsdl freetype"
LICENSE = "LGPL"
PR = "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 9510b30694..e41749cb2d 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 @@
DESCRIPTION = "userspace utilities for kernel nfs"
-PRIORITY = "optional"
SECTION = "console/network"
LICENSE = "GPLv2"
LIC_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 c72e40e79c..3dc7bdf43d 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 \
or satellite receiver or modem."
HOMEPAGE = "http://ntp.isc.org/bin/view/Main/WebHome"
SECTION = "console/network"
-PRIORITY = "optional"
LICENSE = "ntp"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fea4b50c33b18c2194b4b1c9ca512670"
RSUGGESTS_${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 a897a3d9cc..2ae9eb4115 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 @@
DESCRIPTION = "A portable audio library"
SECTION = "libs/multimedia"
-PRIORITY = "optional"
LICENSE = "PortAudio"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df"
SRCREV = "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 75678f6292..b8e03c4d87 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 @@
DESCRIPTION = "An Embeddable SQL Database Engine"
HOMEPAGE = "http://www.sqlite.org/"
SECTION = "libs"
-PRIORITY = "optional"
DEPENDS = "readline ncurses"
LICENSE = "PD"
LIC_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 8642c8edec..c92447ea07 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"
LICENSE = "tcp-wrappers"
LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa"
SECTION = "console/network"
-PRIORITY = "optional"
PR ="r6"
SRC_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 109bc77650..9fd0ac04bf 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/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867"
SECTION = "console/network"
-PRIORITY = "optional"
DEPENDS = "libpcap"
PR = "r1"