From 58ae94f1b06d0e6234413dbf9869bde85f154c85 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 29 Oct 2013 11:14:13 +0000 Subject: 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). Signed-off-by: Richard Purdie --- meta/recipes-extended/perl/libconvert-asn1-perl_0.26.bb | 1 - meta/recipes-extended/perl/libtimedate-perl_2.30.bb | 1 - meta/recipes-extended/perl/libxml-sax-base-perl_1.08.bb | 1 - 3 files changed, 3 deletions(-) (limited to 'meta/recipes-extended/perl') 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" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f" -PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" 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" # You can redistribute it and/or modify it under the same terms as Perl itself. LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" -PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" 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." SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0+" RDEPENDS_${PN} += "perl-module-extutils-makemaker" -PR = "r0" LIC_FILES_CHKSUM = "file://dist.ini;endline=5;md5=8f9c9a55340aefaee6e9704c88466446" -- cgit 1.2.3-korg