From 4d62e7f575e2a87197c74ab4639561b45eec0e60 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Oct 2013 11:25:45 +0100 Subject: recipes: Remove PR = r0 from all recipes * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/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: Martin Jansa --- meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-multimedia') diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb index 5b0c740020..bf7cdfb7aa 100644 --- a/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb +++ b/meta-oe/recipes-multimedia/audiofile/audiofile_0.2.7.bb @@ -7,7 +7,6 @@ SECTION = "libs" LICENSE = "LGPLv2 & GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" -PR = "r0" SRC_URI = "http://www.68k.org/~michael/audiofile/${PN}-${PV}.tar.gz" SRC_URI[md5sum] = "a39be317a7b1971b408805dc5e371862" -- cgit 1.2.3-korg