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/libuser/libuser_0.59.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-extended/libuser') 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 \ SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244" SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f" -PR = "r0" DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" -- cgit 1.2.3-korg