aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qemu
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-05-23 09:52:42 +0100
committerGraeme Gregory <dp@xora.org.uk>2009-05-23 09:52:42 +0100
commit004f88f03ecfceae06242fb3aa5f7a36f99a2573 (patch)
tree00a483199c2b55379cb5684e56028e9d700f85a8 /recipes/qemu
parent3ef2a43b4e8d8154fb0f653484e3336fd38e8ee3 (diff)
downloadopenembedded-004f88f03ecfceae06242fb3aa5f7a36f99a2573.tar.gz
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
Diffstat (limited to 'recipes/qemu')
-rw-r--r--recipes/qemu/qemu-native.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/qemu/qemu-native.inc b/recipes/qemu/qemu-native.inc
index e4064a2f75..9edad6609d 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}"
+