From 8511d1ec1bac699c742952e6fe4c306e1aaa2f9f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 1 Jul 2011 23:25:36 +0100 Subject: 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 --- meta/recipes-extended/grep/grep_2.8.bb | 1 - meta/recipes-extended/hdparm/hdparm_6.3.bb | 1 - meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb | 1 - meta/recipes-extended/logrotate/logrotate_3.7.9.bb | 1 - meta/recipes-extended/lsb/lsb_1.4.bb | 1 - meta/recipes-extended/lsb/lsbsetup_1.0.bb | 1 - meta/recipes-extended/mailx/mailx_12.5.bb | 1 - meta/recipes-extended/man-pages/man-pages_3.32.bb | 1 - meta/recipes-extended/man/man_1.6f.bb | 1 - meta/recipes-extended/mingetty/mingetty_1.08.bb | 1 - meta/recipes-extended/msmtp/msmtp_1.4.24.bb | 1 - meta/recipes-extended/procps/procps.inc | 1 - meta/recipes-extended/psmisc/psmisc.inc | 1 - meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb | 1 - meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb | 1 - meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb | 1 - meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 1 - meta/recipes-extended/slang/slang_2.2.4.bb | 1 - meta/recipes-extended/sudo/sudo.inc | 1 - meta/recipes-extended/tar/tar.inc | 1 - meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb | 1 - meta/recipes-extended/texinfo/texinfo_4.13a.bb | 1 - meta/recipes-extended/tzdata/tzdata_2011g.bb | 1 - 23 files changed, 23 deletions(-) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/grep/grep_2.8.bb b/meta/recipes-extended/grep/grep_2.8.bb index 7e58ff8539..3425e8f86d 100644 --- a/meta/recipes-extended/grep/grep_2.8.bb +++ b/meta/recipes-extended/grep/grep_2.8.bb @@ -2,7 +2,6 @@ DESCRIPTION = "GNU grep utility" HOMEPAGE = "http://savannah.gnu.org/projects/grep/" BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" SECTION = "console/utils" -PRIORITY = "optional" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb index 617433d303..7ba4b8b21a 100644 --- a/meta/recipes-extended/hdparm/hdparm_6.3.bb +++ b/meta/recipes-extended/hdparm/hdparm_6.3.bb @@ -2,7 +2,6 @@ SUMMARY = "Utility for displaying and setting hard disk parameters" DESCRIPTION = "hdparm is a system utility for viewing \ and manipulating various IDE drive and driver parameters." SECTION = "console/utils" -PRIORITY = "optional" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24" diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb index f1f66e3ebf..dbc15e10b5 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb @@ -1,7 +1,6 @@ SUMMARY = "Transport-Independent RPC library" DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" SECTION = "libs/network" -PRIORITY = "optional" HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" LICENSE = "BSD" diff --git a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb index ce899cae69..b736593811 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.7.9.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.7.9.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files" SECTION = "console/utils" -PRIORITY = "required" HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" LICENSE = "GPLv2" PR = "r0" diff --git a/meta/recipes-extended/lsb/lsb_1.4.bb b/meta/recipes-extended/lsb/lsb_1.4.bb index fd0f12cb78..2b38232f0c 100644 --- a/meta/recipes-extended/lsb/lsb_1.4.bb +++ b/meta/recipes-extended/lsb/lsb_1.4.bb @@ -1,7 +1,6 @@ DESCRIPTION = "LSB support for Poky Linux" SECTION = "console/utils" HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" -PRIORITY = "required" LICENSE = "GPLv2+" PR = "r1" diff --git a/meta/recipes-extended/lsb/lsbsetup_1.0.bb b/meta/recipes-extended/lsb/lsbsetup_1.0.bb index 247f9bc736..4295805047 100644 --- a/meta/recipes-extended/lsb/lsbsetup_1.0.bb +++ b/meta/recipes-extended/lsb/lsbsetup_1.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "auto-setup environment for lsb test" SECTION = "console/utils" -PRIORITY = "required" LICENSE = "GPLv2" PR = "r3" diff --git a/meta/recipes-extended/mailx/mailx_12.5.bb b/meta/recipes-extended/mailx/mailx_12.5.bb index 171e892451..1173b0a7af 100644 --- a/meta/recipes-extended/mailx/mailx_12.5.bb +++ b/meta/recipes-extended/mailx/mailx_12.5.bb @@ -6,7 +6,6 @@ for MIME, IMAP, POP3, SMTP, and S/MIME." HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" SECTION = "console/network" -PRIORITY = "required" PR = "r0" LICENSE = "GPL" LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" diff --git a/meta/recipes-extended/man-pages/man-pages_3.32.bb b/meta/recipes-extended/man-pages/man-pages_3.32.bb index b96d1ceae2..26e64e48a7 100644 --- a/meta/recipes-extended/man-pages/man-pages_3.32.bb +++ b/meta/recipes-extended/man-pages/man-pages_3.32.bb @@ -1,7 +1,6 @@ SUMMARY = "Linux man-pages" DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" SECTION = "console/utils" -PRIORITY = "required" HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" LICENSE = "GPL" PR = "r1" diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index 57aeb9c75f..873b26ce20 100644 --- a/meta/recipes-extended/man/man_1.6f.bb +++ b/meta/recipes-extended/man/man_1.6f.bb @@ -2,7 +2,6 @@ SUMMARY = "Online documentation tools" DESCRIPTION = "A set of documentation tools: man, apropos and whatis" SECTION = "console/utils" HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" -PRIORITY = "required" LICENSE = "GPLv2" PR = "r0" diff --git a/meta/recipes-extended/mingetty/mingetty_1.08.bb b/meta/recipes-extended/mingetty/mingetty_1.08.bb index 26eb98f7a0..ce4b3d4896 100644 --- a/meta/recipes-extended/mingetty/mingetty_1.08.bb +++ b/meta/recipes-extended/mingetty/mingetty_1.08.bb @@ -1,6 +1,5 @@ DESCRIPTION = " A compact getty program for virtual consoles only" SECTION = "console/utils" -PRIORITY = "required" HOMEPAGE = "http://sourceforge.net/projects/mingetty/" LICENSE = "GPLv2" PR = "r0" diff --git a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb index 7f646f8762..2d2ee52d62 100644 --- a/meta/recipes-extended/msmtp/msmtp_1.4.24.bb +++ b/meta/recipes-extended/msmtp/msmtp_1.4.24.bb @@ -3,7 +3,6 @@ DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" HOMEPAGE = "http://msmtp.sourceforge.net/" SECTION = "console/network" -PRIORITY = "required" LICENSE = "GPLv3" DEPENDS = "zlib gnutls" PR = "r2" diff --git a/meta/recipes-extended/procps/procps.inc b/meta/recipes-extended/procps/procps.inc index d44e3ec350..ada325762d 100644 --- a/meta/recipes-extended/procps/procps.inc +++ b/meta/recipes-extended/procps/procps.inc @@ -3,7 +3,6 @@ DESCRIPTION = "Procps contains a set of system utilities that provide system inf the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." HOMEPAGE = "http://procps.sf.net" SECTION = "base" -PRIORITY = "optional" LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \ diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 025c2239cc..5a06a14343 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc @@ -7,7 +7,6 @@ command sends a specified signal (SIGTERM if nothing is specified) to \ processes identified by name. The fuser command identifies the PIDs \ of processes that are using specified files or filesystems." SECTION = "base" -PRIORITY = "required" DEPENDS = "ncurses virtual/libintl" SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb index d520ddf882..d2844c0f82 100644 --- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb +++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb @@ -2,7 +2,6 @@ SUMMARY = "Universal Addresses to RPC Program Number Mapper" DESCRIPTION = "The rpcbind utility is a server that converts RPC \ program numbers into universal addresses." SECTION = "console/network" -PRIORITY = "optional" HOMEPAGE = "http://sourceforge.net/projects/rpcbind/" BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751" DEPENDS = "libtirpc" diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb index 2f93e051ba..c4db7eafd5 100644 --- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb @@ -3,7 +3,6 @@ DESCRIPTION = "Tools to change and administer password and group data" HOMEPAGE = "http://pkg-shadow.alioth.debian.org" BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" SECTION = "base utils" -PRIORITY = "optional" LICENSE = "BSD | Artistic" LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb index 3fd5da99c5..076bc9ae15 100644 --- a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb @@ -3,7 +3,6 @@ DESCRIPTION = "Shadow utils requirements for useradd.bbclass" HOMEPAGE = "http://pkg-shadow.alioth.debian.org" BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" SECTION = "base utils" -PRIORITY = "optional" LICENSE = "BSD | Artistic" LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5" diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb index 930ef3d04d..5731a268aa 100644 --- a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb @@ -3,7 +3,6 @@ DESCRIPTION = "Tools to change and administer password and group data" HOMEPAGE = "http://pkg-shadow.alioth.debian.org" BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" SECTION = "base utils" -PRIORITY = "optional" LICENSE = "BSD | Artistic" LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index 4257b05837..4bf5737539 100644 --- a/meta/recipes-extended/slang/slang_2.2.4.bb +++ b/meta/recipes-extended/slang/slang_2.2.4.bb @@ -8,7 +8,6 @@ extension language. S-Lang's syntax resembles C, which makes it easy \ to recode S-Lang procedures in C if you need to." SECTION = "libs" -PRIORITY = "optional" DEPENDS = "pcre" PR = "r5" diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 0d9f35eaba..72a7c167cd 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -2,7 +2,6 @@ SUMMARY = "Provide limited super user privileges to specific users" DESCRIPTION = "Sudo (superuser do) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments." HOMEPAGE = "http://www.sudo.ws" BUGTRACKER = "http://www.sudo.ws/bugs/" -PRIORITY = "optional" SECTION = "admin" LICENSE = "ISC & UCB & Zlib" LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=54f1b46c2459ecec3d892618eab44302 \ diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc index bbed65c2cd..6e77051a33 100644 --- a/meta/recipes-extended/tar/tar.inc +++ b/meta/recipes-extended/tar/tar.inc @@ -3,7 +3,6 @@ DESCRIPTION = "GNU tar saves many files together into a single tape \ or disk archive, and can restore individual files from the archive." HOMEPAGE = "http://www.gnu.org/software/tar/" SECTION = "base" -PRIORITY = "optional" SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2" diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index d5e334ea6d..1aeb9ffb23 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb @@ -1,7 +1,6 @@ SUMMARY = "Security tool that is a wrapper for TCP daemons" DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \ services." -PRIORITY = "optional" SECTION = "console/network" LICENSE = "tcp-wrappers" diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index 0133eabed7..5d78a642bd 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb @@ -4,7 +4,6 @@ online information and printed output from a single source file. The \ GNU Project uses the Texinfo file format for most of its documentation." HOMEPAGE = "http://www.gnu.org/software/texinfo/" SECTION = "console/utils" -PRIORITY = "required" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" PR = "r1" diff --git a/meta/recipes-extended/tzdata/tzdata_2011g.bb b/meta/recipes-extended/tzdata/tzdata_2011g.bb index 49847d314c..1437e4348f 100644 --- a/meta/recipes-extended/tzdata/tzdata_2011g.bb +++ b/meta/recipes-extended/tzdata/tzdata_2011g.bb @@ -1,7 +1,6 @@ DESCRIPTION = "Timezone data" HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" SECTION = "base" -PRIORITY = "optional" LICENSE = "PD" LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" DEPENDS = "tzcode-native" -- cgit v1.2.3-54-g00ecf