qemu-native.inc : force qemu native to use our C/LDFLAGS so that you don't
authorGraeme Gregory <dp@xora.org.uk>
Sat, 23 May 2009 08:52:42 +0000 (09:52 +0100)
committerGraeme Gregory <dp@xora.org.uk>
Sat, 23 May 2009 08:52:42 +0000 (09:52 +0100)
need the required dev packages installed on host. Use our OE versions

recipes/qemu/qemu-native.inc

index e4064a2..9edad66 100644 (file)
@@ -1,3 +1,6 @@
 inherit native
 
 DEPENDS = "libsdl-native zlib-native"
+
+export OS_CFLAGS="${CFLAGS} ${LDFLAGS}"
+