aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.2.0.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-10-17 09:51:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-18 12:03:29 +0100
commit945c8f5c687ec61c312209e075edc402f6272186 (patch)
treee9b69171cb827d6f1fa4718920be53a7661a4030 /meta/recipes-devtools/qemu/qemu_1.2.0.bb
parent10d28438c1e7d793bc398a0ad484782e5baa4877 (diff)
downloadopenembedded-core-contrib-945c8f5c687ec61c312209e075edc402f6272186.tar.gz
qemu: don't ignore libexecdir in configure
This allow the relocation of libexecdir to be done correctly for the qemu-brigde-helper. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.2.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.2.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.2.0.bb b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
index 517a74b05e..5cc142a624 100644
--- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
@@ -13,11 +13,12 @@ SRC_URI = "\
file://fallback-to-safe-mmap_min_addr.patch \
file://larger_default_ram_size.patch \
file://arm-bgr.patch \
+ file://remove-hardcoded-libexec.patch \
"
SRC_URI[md5sum] = "78eb1e984f4532aa9f2bdd3c127b5b61"
SRC_URI[sha256sum] = "c8b84420d9f4869397f84cad2dabd9a475b7723d619a924a873740353e9df936"
-PR = "r3"
+PR = "r4"
SRC_URI_append_virtclass-nativesdk = "\
file://relocatable_sdk.patch \