[oe-commits] Martin Jansa : qemu-native: fix build on hosts without libX11 installed

git at git.openembedded.org git at git.openembedded.org
Mon Sep 24 10:35:54 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 6bb6ca6164b6b5f082fe05c30974463c2aa1c170
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6bb6ca6164b6b5f082fe05c30974463c2aa1c170

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Sep 22 12:30:32 2012 +0200

qemu-native: fix build on hosts without libX11 installed

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/qemu/qemu_1.2.0.bb |    6 +++++-
 1 files changed, 5 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 7091f6d..191ee48 100644
--- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
@@ -17,7 +17,7 @@ SRC_URI = "\
 SRC_URI[md5sum] = "78eb1e984f4532aa9f2bdd3c127b5b61"
 SRC_URI[sha256sum] = "c8b84420d9f4869397f84cad2dabd9a475b7723d619a924a873740353e9df936"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI_append_virtclass-nativesdk = "\
     file://relocatable_sdk.patch \
@@ -29,4 +29,8 @@ do_configure_prepend_virtclass-nativesdk() {
 		sed -i 's/-lX11//g' Makefile.target
 	fi
 }
+do_configure_prepend_virtclass-native() {
+	# Undo the -lX11 added by linker-flags.patch, don't assume that host has libX11 installed
+	sed -i 's/-lX11//g' Makefile.target
+}
 





More information about the Openembedded-commits mailing list