From 5e427966756700e596740778f16b96d03e8568c8 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). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie --- meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb') diff --git a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb index 809c740..a8d8a7c 100644 --- a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb +++ b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb @@ -8,7 +8,6 @@ This can be used to pre-process Pod before using tools which do not recognise th HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0+" -PR = "r0" LIC_FILES_CHKSUM = "file://README;beginline=27;md5=80b4a99d477135bfcd1d0a44a041c63c" -- cgit v1.1