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-sato/libowl/libowl_git.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-sato/libowl/libowl_git.bb') diff --git a/meta/recipes-sato/libowl/libowl_git.bb b/meta/recipes-sato/libowl/libowl_git.bb index 54ca62bcd8..0c3f9a399d 100644 --- a/meta/recipes-sato/libowl/libowl_git.bb +++ b/meta/recipes-sato/libowl/libowl_git.bb @@ -12,7 +12,6 @@ SECTION = "libs" DEPENDS = "gtk+" SRCREV = "6ebc8ac8f8575278dd40a535cadefa26374e44b1" PV = "0.1+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/${BPN}" -- cgit 1.2.3-korg