[oe-commits] Graeme Gregory : qemu-native.inc : force qemu native to use our C/ LDFLAGS so that you don't need the required dev packages installed on host. Use our OE versions

git version control git at git.openembedded.org
Tue Sep 8 10:08:10 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 3f6d9588b504dd9b3e0fa5b137d76c7e88dde750
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f6d9588b504dd9b3e0fa5b137d76c7e88dde750

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed Jul  1 08:54:15 2009 +0000

qemu-native.inc : force qemu native to use our C/LDFLAGS so that you don't need the required dev packages installed on host. Use our OE versions

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 recipes/qemu/qemu-native.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/qemu/qemu-native.inc b/recipes/qemu/qemu-native.inc
index e4064a2..9edad66 100644
--- a/recipes/qemu/qemu-native.inc
+++ b/recipes/qemu/qemu-native.inc
@@ -1,3 +1,6 @@
 inherit native
 
 DEPENDS = "libsdl-native zlib-native"
+
+export OS_CFLAGS="${CFLAGS} ${LDFLAGS}"
+





More information about the Openembedded-commits mailing list