From 004f88f03ecfceae06242fb3aa5f7a36f99a2573 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Sat, 23 May 2009 09:52:42 +0100 Subject: 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 --- recipes/qemu/qemu-native.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/qemu/qemu-native.inc') 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}" + -- cgit 1.2.3-korg