aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qemu
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-23 15:15:39 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-23 15:15:39 +0000
commit5614d52cfc598f6685ecdb139d6365374c54a952 (patch)
tree72c3cd8818034a0ed358737b2a45c8ca4f692e0a /packages/qemu
parente7ba55eb026ab8f302768be574e45d412ec690c0 (diff)
downloadopenembedded-5614d52cfc598f6685ecdb139d6365374c54a952.tar.gz
qemu-native * make it pick up sdl-config-native
Diffstat (limited to 'packages/qemu')
-rw-r--r--packages/qemu/qemu-native.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/qemu/qemu-native.inc b/packages/qemu/qemu-native.inc
index 019af52c26..92f3b91956 100644
--- a/packages/qemu/qemu-native.inc
+++ b/packages/qemu/qemu-native.inc
@@ -2,6 +2,10 @@ FILESPATH =. "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qemu-${PV}:"
# prefix = "${STAGING_DIR}/${BUILD_SYS}"
DEPENDS = "libsdl-native"
+do_configure_prepend() {
+ sed -i -e s,sdl-config,sdl-config-native, configure
+}
+
python __anonymous() {
from bb import which, data