diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 23:25:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 23:27:29 +0100 |
commit | 8511d1ec1bac699c742952e6fe4c306e1aaa2f9f (patch) | |
tree | d552038f7694d9e7139c2a4fb1335433f4a18874 /meta/recipes-extended | |
parent | 31ea94b2171e957358524baf5e9231a985a5450c (diff) | |
download | poky-8511d1ec1bac699c742952e6fe4c306e1aaa2f9f.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 referenced. Thanks to Phil Blundell for
the command.
(From OE-Core rev: d122343362669c683acc4af295971a62cbc823fc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
23 files changed, 0 insertions, 23 deletions
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" | |||
2 | HOMEPAGE = "http://savannah.gnu.org/projects/grep/" | 2 | HOMEPAGE = "http://savannah.gnu.org/projects/grep/" |
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" | 3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | PRIORITY = "optional" | ||
6 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" |
8 | 7 | ||
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" | |||
2 | DESCRIPTION = "hdparm is a system utility for viewing \ | 2 | DESCRIPTION = "hdparm is a system utility for viewing \ |
3 | and manipulating various IDE drive and driver parameters." | 3 | and manipulating various IDE drive and driver parameters." |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | PRIORITY = "optional" | ||
6 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24" |
8 | 7 | ||
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 @@ | |||
1 | SUMMARY = "Transport-Independent RPC library" | 1 | SUMMARY = "Transport-Independent RPC library" |
2 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" | 2 | DESCRIPTION = "Libtirpc is a port of Suns Transport-Independent RPC library to Linux" |
3 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
4 | PRIORITY = "optional" | ||
5 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" | 4 | HOMEPAGE = "http://sourceforge.net/projects/libtirpc/" |
6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" | 5 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" |
7 | LICENSE = "BSD" | 6 | 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 @@ | |||
1 | DESCRIPTION = "Rotates, compresses, removes and mails system log files" | 1 | DESCRIPTION = "Rotates, compresses, removes and mails system log files" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | PRIORITY = "required" | ||
4 | HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" | 3 | HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" |
5 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
6 | PR = "r0" | 5 | 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 @@ | |||
1 | DESCRIPTION = "LSB support for Poky Linux" | 1 | DESCRIPTION = "LSB support for Poky Linux" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" | 3 | HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" |
4 | PRIORITY = "required" | ||
5 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
6 | PR = "r1" | 5 | PR = "r1" |
7 | 6 | ||
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 @@ | |||
1 | DESCRIPTION = "auto-setup environment for lsb test" | 1 | DESCRIPTION = "auto-setup environment for lsb test" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | PRIORITY = "required" | ||
4 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
5 | PR = "r3" | 4 | PR = "r3" |
6 | 5 | ||
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." | |||
6 | 6 | ||
7 | HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" | 7 | HOMEPAGE = "http://heirloom.sourceforge.net/mailx.html" |
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | PRIORITY = "required" | ||
10 | PR = "r0" | 9 | PR = "r0" |
11 | LICENSE = "GPL" | 10 | LICENSE = "GPL" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd" | 11 | 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 @@ | |||
1 | SUMMARY = "Linux man-pages" | 1 | SUMMARY = "Linux man-pages" |
2 | DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" | 2 | DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C library interfaces that are employed by user programs" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | PRIORITY = "required" | ||
5 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" | 4 | HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages" |
6 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
7 | PR = "r1" | 6 | 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" | |||
2 | DESCRIPTION = "A set of documentation tools: man, apropos and whatis" | 2 | DESCRIPTION = "A set of documentation tools: man, apropos and whatis" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" | 4 | HOMEPAGE = "http://primates.ximian.com/~flucifredi/man" |
5 | PRIORITY = "required" | ||
6 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
7 | PR = "r0" | 6 | PR = "r0" |
8 | 7 | ||
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 @@ | |||
1 | DESCRIPTION = " A compact getty program for virtual consoles only" | 1 | DESCRIPTION = " A compact getty program for virtual consoles only" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | PRIORITY = "required" | ||
4 | HOMEPAGE = "http://sourceforge.net/projects/mingetty/" | 3 | HOMEPAGE = "http://sourceforge.net/projects/mingetty/" |
5 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
6 | PR = "r0" | 5 | 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" | |||
3 | HOMEPAGE = "http://msmtp.sourceforge.net/" | 3 | HOMEPAGE = "http://msmtp.sourceforge.net/" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | 5 | ||
6 | PRIORITY = "required" | ||
7 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
8 | DEPENDS = "zlib gnutls" | 7 | DEPENDS = "zlib gnutls" |
9 | PR = "r2" | 8 | 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 | |||
3 | the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." | 3 | the /proc filesystem. The package \ includes the programs ps, top, vmstat, w, kill, and skill." |
4 | HOMEPAGE = "http://procps.sf.net" | 4 | HOMEPAGE = "http://procps.sf.net" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | PRIORITY = "optional" | ||
7 | LICENSE = "GPLv2+ & LGPLv2+" | 6 | LICENSE = "GPLv2+ & LGPLv2+" |
8 | LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 7 | LIC_FILES_CHKSUM="file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
9 | file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812 \ | 8 | 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 \ | |||
7 | processes identified by name. The fuser command identifies the PIDs \ | 7 | processes identified by name. The fuser command identifies the PIDs \ |
8 | of processes that are using specified files or filesystems." | 8 | of processes that are using specified files or filesystems." |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | PRIORITY = "required" | ||
11 | DEPENDS = "ncurses virtual/libintl" | 10 | DEPENDS = "ncurses virtual/libintl" |
12 | 11 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/psmisc/psmisc-${PV}.tar.gz \ | 12 | 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" | |||
2 | DESCRIPTION = "The rpcbind utility is a server that converts RPC \ | 2 | DESCRIPTION = "The rpcbind utility is a server that converts RPC \ |
3 | program numbers into universal addresses." | 3 | program numbers into universal addresses." |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | PRIORITY = "optional" | ||
6 | HOMEPAGE = "http://sourceforge.net/projects/rpcbind/" | 5 | HOMEPAGE = "http://sourceforge.net/projects/rpcbind/" |
7 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751" | 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=201237&atid=976751" |
8 | DEPENDS = "libtirpc" | 7 | 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" | |||
3 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" | 3 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" |
4 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" | 4 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" |
5 | SECTION = "base utils" | 5 | SECTION = "base utils" |
6 | PRIORITY = "optional" | ||
7 | LICENSE = "BSD | Artistic" | 6 | LICENSE = "BSD | Artistic" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ |
9 | file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" | 8 | 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" | |||
3 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" | 3 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" |
4 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" | 4 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" |
5 | SECTION = "base utils" | 5 | SECTION = "base utils" |
6 | PRIORITY = "optional" | ||
7 | LICENSE = "BSD | Artistic" | 6 | LICENSE = "BSD | Artistic" |
8 | LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5" | 7 | LIC_FILES_CHKSUM = "file://login.defs_shadow-sysroot;md5=25e2f2de4dfc8f966ac5cdfce45cd7d5" |
9 | 8 | ||
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" | |||
3 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" | 3 | HOMEPAGE = "http://pkg-shadow.alioth.debian.org" |
4 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" | 4 | BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" |
5 | SECTION = "base utils" | 5 | SECTION = "base utils" |
6 | PRIORITY = "optional" | ||
7 | LICENSE = "BSD | Artistic" | 6 | LICENSE = "BSD | Artistic" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=08c553a87d4e51bbed50b20e0adcaede \ |
9 | file://src/passwd.c;firstline=8;endline=30;md5=2899a045e90511d0e043b85a7db7e2fe" | 8 | 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 \ | |||
8 | to recode S-Lang procedures in C if you need to." | 8 | to recode S-Lang procedures in C if you need to." |
9 | 9 | ||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | PRIORITY = "optional" | ||
12 | DEPENDS = "pcre" | 11 | DEPENDS = "pcre" |
13 | PR = "r5" | 12 | PR = "r5" |
14 | 13 | ||
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" | |||
2 | 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." | 2 | 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." |
3 | HOMEPAGE = "http://www.sudo.ws" | 3 | HOMEPAGE = "http://www.sudo.ws" |
4 | BUGTRACKER = "http://www.sudo.ws/bugs/" | 4 | BUGTRACKER = "http://www.sudo.ws/bugs/" |
5 | PRIORITY = "optional" | ||
6 | SECTION = "admin" | 5 | SECTION = "admin" |
7 | LICENSE = "ISC & UCB & Zlib" | 6 | LICENSE = "ISC & UCB & Zlib" |
8 | LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=54f1b46c2459ecec3d892618eab44302 \ | 7 | 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 \ | |||
3 | or disk archive, and can restore individual files from the archive." | 3 | or disk archive, and can restore individual files from the archive." |
4 | HOMEPAGE = "http://www.gnu.org/software/tar/" | 4 | HOMEPAGE = "http://www.gnu.org/software/tar/" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | PRIORITY = "optional" | ||
7 | 6 | ||
8 | SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2" | 7 | SRC_URI = "${GNU_MIRROR}/tar/tar-${PV}.tar.bz2" |
9 | 8 | ||
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 @@ | |||
1 | SUMMARY = "Security tool that is a wrapper for TCP daemons" | 1 | SUMMARY = "Security tool that is a wrapper for TCP daemons" |
2 | DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \ | 2 | DESCRIPTION = "Tools for monitoring and filtering incoming requests for tcp \ |
3 | services." | 3 | services." |
4 | PRIORITY = "optional" | ||
5 | SECTION = "console/network" | 4 | SECTION = "console/network" |
6 | 5 | ||
7 | LICENSE = "tcp-wrappers" | 6 | 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 \ | |||
4 | GNU Project uses the Texinfo file format for most of its documentation." | 4 | GNU Project uses the Texinfo file format for most of its documentation." |
5 | HOMEPAGE = "http://www.gnu.org/software/texinfo/" | 5 | HOMEPAGE = "http://www.gnu.org/software/texinfo/" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | PRIORITY = "required" | ||
8 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" |
10 | PR = "r1" | 9 | 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 @@ | |||
1 | DESCRIPTION = "Timezone data" | 1 | DESCRIPTION = "Timezone data" |
2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" | 2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | PRIORITY = "optional" | ||
5 | LICENSE = "PD" | 4 | LICENSE = "PD" |
6 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" | 5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" |
7 | DEPENDS = "tzcode-native" | 6 | DEPENDS = "tzcode-native" |