diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:52:04 +0000 |
commit | 5e427966756700e596740778f16b96d03e8568c8 (patch) | |
tree | 7c0edf57fd6fbed6a353efdef8dafe0a67ef0b84 /meta/recipes-extended | |
parent | 4d3c79df13920b4f095ae12caf43e866318c3143 (diff) | |
download | poky-5e427966756700e596740778f16b96d03e8568c8.tar.gz |
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i
We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
(From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
18 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb index 41713b38f9..3f1622558f 100644 --- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | |||
6 | 6 | ||
7 | SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2" | 7 | SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | 9 | ||
11 | SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d" | 10 | SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d" |
12 | SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121" | 11 | SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121" |
diff --git a/meta/recipes-extended/gawk/gawk_4.0.2.bb b/meta/recipes-extended/gawk/gawk_4.0.2.bb index d5cc52d16d..63dace4630 100644 --- a/meta/recipes-extended/gawk/gawk_4.0.2.bb +++ b/meta/recipes-extended/gawk/gawk_4.0.2.bb | |||
@@ -13,7 +13,6 @@ DEPENDS += "readline" | |||
13 | 13 | ||
14 | RDEPENDS_gawk += "gawk-common" | 14 | RDEPENDS_gawk += "gawk-common" |
15 | RDEPENDS_pgawk += "gawk-common" | 15 | RDEPENDS_pgawk += "gawk-common" |
16 | PR = "r0" | ||
17 | 16 | ||
18 | SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz" | 17 | SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz" |
19 | 18 | ||
diff --git a/meta/recipes-extended/gperf/gperf_3.0.4.bb b/meta/recipes-extended/gperf/gperf_3.0.4.bb index c2942cdb3f..64003fc0bb 100644 --- a/meta/recipes-extended/gperf/gperf_3.0.4.bb +++ b/meta/recipes-extended/gperf/gperf_3.0.4.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | require gperf.inc | 1 | require gperf.inc |
2 | 2 | ||
3 | PR = "r0" | ||
4 | 3 | ||
5 | SRC_URI[md5sum] = "c1f1db32fb6598d6a93e6e88796a8632" | 4 | SRC_URI[md5sum] = "c1f1db32fb6598d6a93e6e88796a8632" |
6 | SRC_URI[sha256sum] = "767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e" | 5 | SRC_URI[sha256sum] = "767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e" |
diff --git a/meta/recipes-extended/hdparm/hdparm_9.43.bb b/meta/recipes-extended/hdparm/hdparm_9.43.bb index 03714778c4..592b8cb701 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.43.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.43.bb | |||
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ | |||
8 | file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ | 8 | file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ |
9 | file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" | 9 | file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" |
10 | 10 | ||
11 | PR = "r0" | ||
12 | 11 | ||
13 | PACKAGES += "wiper" | 12 | PACKAGES += "wiper" |
14 | 13 | ||
diff --git a/meta/recipes-extended/iputils/iputils_s20121221.bb b/meta/recipes-extended/iputils/iputils_s20121221.bb index 45108a4e48..46f8903222 100644 --- a/meta/recipes-extended/iputils/iputils_s20121221.bb +++ b/meta/recipes-extended/iputils/iputils_s20121221.bb | |||
@@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = "file://ping.c;beginline=1;endline=35;md5=f9ceb201733e9a6cf8f | |||
13 | 13 | ||
14 | DEPENDS = "gnutls docbook-utils-native sgmlspl-native libcap" | 14 | DEPENDS = "gnutls docbook-utils-native sgmlspl-native libcap" |
15 | 15 | ||
16 | PR = "r0" | ||
17 | 16 | ||
18 | SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \ | 17 | SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \ |
19 | file://debian/use_gethostbyname2.diff \ | 18 | file://debian/use_gethostbyname2.diff \ |
diff --git a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb index 3bcb7fb885..11c2f7dc8b 100644 --- a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb +++ b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb | |||
@@ -3,7 +3,6 @@ HOMEPAGE = "http://code.google.com/p/libarchive/" | |||
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4255e2e6f0349a4ac8fbd68459296e46" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4255e2e6f0349a4ac8fbd68459296e46" |
6 | PR = "r0" | ||
7 | 6 | ||
8 | PACKAGECONFIG ?= "libxml2 zlib bz2" | 7 | PACKAGECONFIG ?= "libxml2 zlib bz2" |
9 | 8 | ||
diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb index ed838b7545..407e38ed63 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb | |||
@@ -6,7 +6,6 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" | |||
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ |
8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | 8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" |
9 | PR = "r0" | ||
10 | 9 | ||
11 | DEPENDS += "xz-native" | 10 | DEPENDS += "xz-native" |
12 | PROVIDES = "virtual/librpc" | 11 | PROVIDES = "virtual/librpc" |
diff --git a/meta/recipes-extended/libuser/libuser_0.59.bb b/meta/recipes-extended/libuser/libuser_0.59.bb index f9511563c0..a39e9b3573 100644 --- a/meta/recipes-extended/libuser/libuser_0.59.bb +++ b/meta/recipes-extended/libuser/libuser_0.59.bb | |||
@@ -16,7 +16,6 @@ SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244" | 17 | SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244" |
18 | SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f" | 18 | SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f" |
19 | PR = "r0" | ||
20 | 19 | ||
21 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" | 20 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" |
22 | 21 | ||
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb index c243494686..a1f0589f7d 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | |||
@@ -16,7 +16,6 @@ RDEPENDS_${PN} += " \ | |||
16 | lighttpd-module-staticfile \ | 16 | lighttpd-module-staticfile \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PR = "r0" | ||
20 | 19 | ||
21 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \ | 20 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \ |
22 | file://index.html.lighttpd \ | 21 | file://index.html.lighttpd \ |
diff --git a/meta/recipes-extended/logrotate/logrotate_3.8.1.bb b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb index 2b6dc93284..e5b30d80b4 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.8.1.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.8.1.bb | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "Rotates, compresses, removes and mails system log files" | |||
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" | 3 | HOMEPAGE = "https://fedorahosted.org/releases/l/o/logrotate" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | PR = "r0" | ||
6 | 5 | ||
7 | DEPENDS="coreutils popt" | 6 | DEPENDS="coreutils popt" |
8 | 7 | ||
diff --git a/meta/recipes-extended/lsof/lsof_4.87.bb b/meta/recipes-extended/lsof/lsof_4.87.bb index 2f425aab4a..5676cd9822 100644 --- a/meta/recipes-extended/lsof/lsof_4.87.bb +++ b/meta/recipes-extended/lsof/lsof_4.87.bb | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \ | |||
3 | Its name stands for LiSt Open Files, and it does just that." | 3 | Its name stands for LiSt Open Files, and it does just that." |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | PR = "r0" | ||
7 | 6 | ||
8 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" | 7 | SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2" |
9 | 8 | ||
diff --git a/meta/recipes-extended/minicom/minicom_2.6.2.bb b/meta/recipes-extended/minicom/minicom_2.6.2.bb index bef386acfe..5694cc24a9 100644 --- a/meta/recipes-extended/minicom/minicom_2.6.2.bb +++ b/meta/recipes-extended/minicom/minicom_2.6.2.bb | |||
@@ -6,7 +6,6 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ |
7 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" | 7 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | 9 | ||
11 | SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \ | 10 | SRC_URI = "http://alioth.debian.org/frs/download.php/3869/minicom-${PV}.tar.gz \ |
12 | file://allow.to.disable.lockdev.patch \ | 11 | file://allow.to.disable.lockdev.patch \ |
diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb index cd3141a91b..95682ee38a 100644 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library" | |||
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
4 | LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f" | 4 | LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f" |
5 | PR = "r0" | ||
6 | 5 | ||
7 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" | 6 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" |
8 | 7 | ||
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index 80595afbef..fb396f1115 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb | |||
@@ -3,7 +3,6 @@ SECTION = "libs" | |||
3 | # You can redistribute it and/or modify it under the same terms as Perl itself. | 3 | # You can redistribute it and/or modify it under the same terms as Perl itself. |
4 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
5 | LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" | 5 | LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" |
6 | PR = "r0" | ||
7 | 6 | ||
8 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" | 7 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" |
9 | 8 | ||
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb index 3242f7b7ed..14a337057e 100644 --- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb +++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb | |||
@@ -8,7 +8,6 @@ implement the characters() callback." | |||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
10 | RDEPENDS_${PN} += "perl-module-extutils-makemaker" | 10 | RDEPENDS_${PN} += "perl-module-extutils-makemaker" |
11 | PR = "r0" | ||
12 | 11 | ||
13 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" | 12 | LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" |
14 | 13 | ||
diff --git a/meta/recipes-extended/psmisc/psmisc_22.20.bb b/meta/recipes-extended/psmisc/psmisc_22.20.bb index f0ee79ce80..3dbd9990b9 100644 --- a/meta/recipes-extended/psmisc/psmisc_22.20.bb +++ b/meta/recipes-extended/psmisc/psmisc_22.20.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require psmisc.inc | 1 | require psmisc.inc |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
4 | PR = "r0" | ||
5 | 4 | ||
6 | SRC_URI[md5sum] = "a25fc99a6dc7fa7ae6e4549be80b401f" | 5 | SRC_URI[md5sum] = "a25fc99a6dc7fa7ae6e4549be80b401f" |
7 | SRC_URI[sha256sum] = "b17224e2385f6a799ffebba27eb7870771d42555e86814ef56b6d7e955765514" | 6 | SRC_URI[sha256sum] = "b17224e2385f6a799ffebba27eb7870771d42555e86814ef56b6d7e955765514" |
diff --git a/meta/recipes-extended/sed/sed_4.2.2.bb b/meta/recipes-extended/sed/sed_4.2.2.bb index 8f4e0419e5..c3eca2716d 100644 --- a/meta/recipes-extended/sed/sed_4.2.2.bb +++ b/meta/recipes-extended/sed/sed_4.2.2.bb | |||
@@ -4,7 +4,6 @@ LICENSE = "GPLv3+" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
5 | file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f" | 5 | file://sed/sed.h;beginline=1;endline=17;md5=767ab3a06d7584f6fd0469abaec4412f" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | PR = "r0" | ||
8 | 7 | ||
9 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" | 8 | SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" |
10 | 9 | ||
diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index 1131bdf6f7..2a9bdd1a29 100644 --- a/meta/recipes-extended/stat/stat_3.3.bb +++ b/meta/recipes-extended/stat/stat_3.3.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \ | |||
6 | 6 | ||
7 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | 9 | ||
11 | SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz \ | 10 | SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz \ |
12 | file://fix-error-return.patch" | 11 | file://fix-error-return.patch" |