summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/qemu/qemu_0.15.1.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-14 16:35:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-15 14:17:18 +0000
commit8c21c71f005b601f58925e9912f2cf44127e291d (patch)
treec0c3fa23b81572679ddf3a4a2c94ddd75b6657ce /meta/recipes-devtools/qemu/qemu_0.15.1.bb
parent49e629e78ba914c3372a9969ad84eff20ef8f009 (diff)
downloadopenembedded-core-8c21c71f005b601f58925e9912f2cf44127e291d.tar.gz
openembedded-core-8c21c71f005b601f58925e9912f2cf44127e291d.tar.bz2
openembedded-core-8c21c71f005b601f58925e9912f2cf44127e291d.tar.xz
openembedded-core-8c21c71f005b601f58925e9912f2cf44127e291d.zip
qemu: for native, do not fail if kvm is unavailable
When building qemu-native, if the linux kvm header is unavailable (as it is on CentOS 5.x 32-bit) then do not pass the --enable-kvm switch to the configure script, thus avoiding failed do_configure. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.15.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_0.15.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
index 7eea9242d..ae683273b 100644
--- a/meta/recipes-devtools/qemu/qemu_0.15.1.bb
+++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
@@ -3,6 +3,8 @@ require qemu.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
+PR = "r1"
+
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
FILESDIR = "${WORKDIR}"