mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
DESCRIPTION = "Libcgroup"
|
||||
PRIORITY = "optional"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
@@ -8,7 +8,6 @@ DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
|
||||
|
||||
PRIORITY = "optional"
|
||||
SECTION = "base/shell"
|
||||
|
||||
inherit gitpkgv
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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/"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
DESCRIPTION = "Timezone data"
|
||||
SECTION = "base"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "tzcode-native"
|
||||
|
||||
INC_PR = "r10"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DESCRIPTION = "Low-level pixel manipulation library."
|
||||
LICENSE = "X11"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
DESCRIPTION = "TrollTech Makefile Generator"
|
||||
PRIORITY = "optional"
|
||||
HOMEPAGE = "http://www.trolltech.com"
|
||||
SECTION = "devel"
|
||||
LICENSE = "LGPLv2.1 | GPLv3"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
DESCRIPTION = "An accessibility toolkit for GNOME."
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPL"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk-doc-native"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
DESCRIPTION = "FFTW benchmarks"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
# single precision fftw is called fftwf
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
DESCRIPTION = "FFTW"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
DESCRIPTION = "Simple DirectMedia Layer truetype font library."
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "virtual/libsdl freetype"
|
||||
LICENSE = "LGPL"
|
||||
PR = "r1"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
DESCRIPTION = "userspace utilities for kernel nfs"
|
||||
PRIORITY = "optional"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user