Drop PRIORITY variable
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 13 Jul 2011 18:02:45 +0000 (19:02 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:56 +0000 (08:13 -0800)
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)

(From meta-openembedded rev: 040f75eca217c79fed7b881589d9bb36358cffe1)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
49 files changed:
meta-openembedded/meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb
meta-openembedded/meta-gpe/recipes-graphics/gpe-scap/gpe-scap_1.4.bb
meta-openembedded/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb
meta-openembedded/meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.0.bb
meta-openembedded/meta-oe/recipes-connectivity/bluez/bluez4_4.93.bb
meta-openembedded/meta-oe/recipes-connectivity/iw/iw_0.9.20.bb
meta-openembedded/meta-oe/recipes-core/libcgroup/libcgroup_0.36.2.bb
meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb
meta-openembedded/meta-oe/recipes-devtools/libfribidi/fribidi_0.19.2.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-argparse_1.2.1.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-cheetah_2.4.4.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-cython_0.13.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-dateutil_1.4.1.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-numeric_24.2.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-pexpect_2.3.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-pyalsaaudio_0.4.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-pyserial_2.4.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-setuptools_0.6c11.bb
meta-openembedded/meta-oe/recipes-devtools/python/python-vobject_0.8.1c.bb
meta-openembedded/meta-oe/recipes-extended/tzdata/tzdata.inc
meta-openembedded/meta-oe/recipes-graphics/cairo/cairo.inc
meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.14.inc
meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf.inc
meta-openembedded/meta-oe/recipes-graphics/xorg-lib/pixman.inc
meta-openembedded/meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb
meta-openembedded/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.0.1.bb
meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_2.95.bb
meta-openembedded/meta-oe/recipes-navigation/tangogps/tangogps_0.99.4.bb
meta-openembedded/meta-oe/recipes-qt/qt4/qmake2.inc
meta-openembedded/meta-oe/recipes-support/atk/atk.inc
meta-openembedded/meta-oe/recipes-support/atk/atk_1.30.0.bb
meta-openembedded/meta-oe/recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb
meta-openembedded/meta-oe/recipes-support/check/check_0.9.5.bb
meta-openembedded/meta-oe/recipes-support/evtest/evtest_1.25.bb
meta-openembedded/meta-oe/recipes-support/fftw/benchfft_3.1.bb
meta-openembedded/meta-oe/recipes-support/fftw/fftw.inc
meta-openembedded/meta-oe/recipes-support/flite/flite.inc
meta-openembedded/meta-oe/recipes-support/htop/htop_0.9.bb
meta-openembedded/meta-oe/recipes-support/inih/libinih_git.bb
meta-openembedded/meta-oe/recipes-support/libgcrypt/libgcrypt.inc
meta-openembedded/meta-oe/recipes-support/libiconv/libiconv.inc
meta-openembedded/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb
meta-openembedded/meta-oe/recipes-support/nfs-utils/nfs-utils_1.1.2.bb
meta-openembedded/meta-oe/recipes-support/ntp/ntp.inc
meta-openembedded/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
meta-openembedded/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
meta-openembedded/meta-oe/recipes-support/tcp-wrappers/tcp-wrappers_7.6.bb
meta-openembedded/meta-oe/recipes-support/tcpdump/tcpdump_4.1.1.bb

index 945290c..712ca87 100644 (file)
@@ -4,7 +4,6 @@ set of widgets, GTK+ is suitable for projects ranging from small one-off project
 HOMEPAGE = "http://www.gtk.org"
 BUGTRACKER = "https://bugzilla.gnome.org/"
 SECTION = "libs"
-PRIORITY = "optional"
 
 DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \
            gtk-doc-native docbook-utils-native libxrandr libgcrypt \
index cc889c7..9577f2f 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "A GPE application that allows you to take screenshots."
 SECTION = "gpe"
-PRIORITY = "optional"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
index ca5b66c..cacf28b 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "libgpewidget contains a collection of widgets and other common code shared by many GPE applications."
 SECTION = "gpe/libs"
-PRIORITY = "optional"
 
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499"
index 7ad8eef..f269045 100644 (file)
@@ -3,7 +3,6 @@ DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bl
 and displays the commands, events and data in a human-readable form."
 
 SECTION = "console"
-PRIORITY = "optional"
 DEPENDS = "bluez4"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
index 5e3a557..ab85776 100644 (file)
@@ -2,7 +2,6 @@ SUMMARY = "Linux Bluetooth Stack Userland V4"
 DESCRIPTION = "Linux Bluetooth stack V4 userland components.  These include a system configurations, daemons, tools and system libraries."
 HOMEPAGE = "http://www.bluez.org"
 SECTION = "libs"
-PRIORITY = "optional"
 LICENSE = "GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
index 3e1b09b..0b66e8d 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
 HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
 SECTION = "base"
-PRIORITY = "optional"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
 
index 8d2a099..bf4675e 100644 (file)
@@ -1,5 +1,4 @@
 DESCRIPTION = "Libcgroup"
-PRIORITY = "optional"
 SECTION = "libs"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
index 1898352..bafdf9c 100644 (file)
@@ -8,7 +8,6 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
 
-PRIORITY = "optional"
 SECTION = "base/shell"
 
 inherit gitpkgv
index fd4ef7a..71858e3 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Fribidi library for bidirectional text"
 SECTION = "libs"
-PRIORITY = "optional"
 PR = "r1"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
index a026a25..a74c533 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Python command-line parsing library"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=09d08bb5b7047e2688ea3faad6408aa8"
 SRCNAME = argparse
index 30c3d47..e1a4053 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Python template engine and code generation tool"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=aff1107514aa6aae948f9fe71fdc393b"
 
index f705756..b547de6 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "Cython is a language specially designed for writing Python extens
 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
 and the messy, low-level world of C."
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 SRCNAME = "Cython"
index 8cde288..e69b946 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Extensions to the standard Python date/time support"
 HOMEPAGE = "http://labix.org/python-dateutil"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6"
 SRCNAME = "${PN}"
index 436718f..1bee01d 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF & LLNL"
 LIC_FILES_CHKSUM = "file://Legal.htm;md5=e3ce75dedd4043918d15979ae43e312e"
 
index ed47f47..44d60b1 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
 
index 8111ba3..c4d7486 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "A Pure Python Expect like Module for Python"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=04a2bf11b85ce49d4a8c0c413fd34404"
 SRCNAME = "pexpect"
index 5a6dd54..2c3a622 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System"
 SECTION = "devel/python"
 DEPENDS = "alsa-lib"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d"
 SRCNAME = "pyalsaaudio"
index cc138d1..4684744 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Serial Port Support for Python"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7424386ffe323e815ee62ee9ad591dd8"
 SRCNAME = "pyserial"
index 6b17a41..ca7335e 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages"
 HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools"
 SECTION = "devel/python"
-PRIORITY = "optional"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=23;endline=23;md5=8a314270dd7a8dbca741775415f1716e"
 
index 6b7e7a4..85affe8 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files" 
 SECTION = "devel/python" 
-PRIORITY = "optional" 
 LICENSE = "Apache License V2.0" 
 LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 HOMEPAGE = "http://vobject.skyhouseconsulting.com/" 
index 6739b59..ceec924 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Timezone data"
 SECTION = "base"
-PRIORITY = "optional"
 DEPENDS = "tzcode-native"
 
 INC_PR = "r10"
index 42774e0..6157004 100644 (file)
@@ -1,5 +1,4 @@
 SECTION = "libs"
-PRIORITY = "optional"
 DEPENDS = "virtual/libx11 pixman libsm libpng fontconfig libxrender glib-2.0"
 DESCRIPTION = "Cairo graphics library"
 LICENSE = "MPL LGPL"
index 8c458e2..92627e3 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Simple DirectMedia Layer (DirectFB and Framebuffer support)"
 SECTION = "libs"
-PRIORITY = "optional"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
 
index 978d2f4..bba94bd 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION ?= "TrueType font package ${PN}"
 SECTION = "fonts"
-PRIORITY = "optional"
 # don't use RRECOMMENDS_${PN} here because sometimes each font is packaged to separate package and each one needs this dep to call update-fonts
 RRECOMMENDS += "font-update-common"
 
index 5661fae..f77c6a8 100644 (file)
@@ -1,5 +1,4 @@
 SECTION = "libs"
-PRIORITY = "optional"
 DESCRIPTION = "Low-level pixel manipulation library."
 LICENSE = "X11"
 
index eb53a4d..de378e6 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 SECTION = "x11"
-PRIORITY = "optional"
 RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit"
 DEFAULT_PREFERENCE = "-1"
 PR = "r5"
index 8b685ac..c517f08 100644 (file)
@@ -4,7 +4,6 @@ HOMEPAGE = "http://www.foxtrotgps.org/"
 SECTION = "x11/applications"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-PRIORITY = "optional"
 DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif gpsd"
 
 SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz"
index a674119..c65f538 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices"
 SECTION = "console/network"
-PRIORITY = "optional"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
 DEPENDS = "dbus-glib ncurses python libusb1"
index a5706d3..d583637 100644 (file)
@@ -4,7 +4,6 @@ HOMEPAGE = "http://tangogps.org/"
 SECTION = "x11/applications"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-PRIORITY = "optional"
 DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4"
 
 SRC_URI = "http://www.tangogps.org/downloads/${P}.tar.gz"
index d38e83e..6ede742 100644 (file)
@@ -1,5 +1,4 @@
 DESCRIPTION = "TrollTech Makefile Generator"
-PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 SECTION = "devel"
 LICENSE = "LGPLv2.1 | GPLv3"
index a508012..604e6ca 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "An accessibility toolkit for GNOME."
 SECTION = "x11/libs"
-PRIORITY = "optional"
 LICENSE = "LGPL"
 
 DEPENDS = "glib-2.0 gtk-doc-native"
index cc8f573..7efb4fe 100644 (file)
@@ -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 \
index 3be567f..4641bfd 100644 (file)
@@ -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"
 
index 132b563..2f1ae94 100644 (file)
@@ -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"
index fdc023f..5e11131 100644 (file)
@@ -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"
 
index efa76cd..52fd1bf 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "FFTW benchmarks"
 SECTION = "libs"
-PRIORITY = "optional"
 LICENSE = "GPLv2"
 
 # single precision fftw is called fftwf 
index a71b7e1..80fc656 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "FFTW"
 SECTION = "libs"
-PRIORITY = "optional"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
index 401c836..a0d718c 100644 (file)
@@ -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"
index 25dac4c..6d12d72 100644 (file)
@@ -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"
index fbdb520..f8fd3e3 100644 (file)
@@ -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"
index da882dc..8eb78a9 100644 (file)
@@ -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"
 
index 11dfaf2..e3e8e11 100644 (file)
@@ -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 \
index f02c8f6..61b7521 100644 (file)
@@ -1,6 +1,5 @@
 DESCRIPTION = "Simple DirectMedia Layer truetype font library."
 SECTION = "libs"
-PRIORITY = "optional"
 DEPENDS = "virtual/libsdl freetype"
 LICENSE = "LGPL"
 PR = "r1"
index 9510b30..e41749c 100644 (file)
@@ -1,5 +1,4 @@
 DESCRIPTION = "userspace utilities for kernel nfs"
-PRIORITY = "optional"
 SECTION = "console/network"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
index c72e40e..3dc7bdf 100644 (file)
@@ -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"
index a897a3d..2ae9eb4 100644 (file)
@@ -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"
index 75678f6..b8e03c4 100644 (file)
@@ -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"
index 8642c8e..c92447e 100644 (file)
@@ -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 \
index 109bc77..9fd0ac0 100644 (file)
@@ -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"