aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-29 11:14:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-30 14:51:34 +0000
commit58ae94f1b06d0e6234413dbf9869bde85f154c85 (patch)
tree0c0edbdf7f602d010b1b0552e6af89e378089f28 /meta/recipes-devtools/qemu
parent5c3ec044838e23539f9fe4cc74da4db2e5b59166 (diff)
downloadopenembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu_git.bb1
-rw-r--r--meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb
index 5f5f0dd05e..a30932a8ba 100644
--- a/meta/recipes-devtools/qemu/qemu_git.bb
+++ b/meta/recipes-devtools/qemu/qemu_git.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
PV = "1.3.0+git${SRCPV}"
-PR = "r0"
SRC_URI_prepend = "git://git.qemu.org/qemu.git"
S = "${WORKDIR}/git"
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
index 18f1892884..501d803e1d 100644
--- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
@@ -1,6 +1,5 @@
DESCRIPTION = "Qemu wrapper script"
LICENSE = "MIT"
-PR = "r0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit qemu