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-devtools/guile/guile_2.0.9.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/guile') diff --git a/meta/recipes-devtools/guile/guile_2.0.9.bb b/meta/recipes-devtools/guile/guile_2.0.9.bb index 0dd61ff2a2..4c3fe28b21 100644 --- a/meta/recipes-devtools/guile/guile_2.0.9.bb +++ b/meta/recipes-devtools/guile/guile_2.0.9.bb @@ -27,7 +27,6 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.xz \ SRC_URI[md5sum] = "a69b575d4a633bdd9118f3a4a1e97766" SRC_URI[sha256sum] = "f70a38c8d9751f442679bfe61852bba8545af4d4355d037630997c2f37f2895b" -PR = "r0" inherit autotools gettext BBCLASSEXTEND = "native" -- cgit v1.2.3