[oe-commits] org.oe.dev qemu-native * make it pick up sdl-config-native

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Oct 23 15:24:28 UTC 2006


qemu-native * make it pick up sdl-config-native

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 23bb0a8c4f3ff02382510526c89865eec5758b71
ViewMTN: http://monotone.openembedded.org/revision.psp?id=23bb0a8c4f3ff02382510526c89865eec5758b71
Files:
1
packages/qemu/qemu-native.inc
Diffs:

#
# mt diff -rbd0a87c616e1ec1bb4db67c1d1d1ab436534454f -r23bb0a8c4f3ff02382510526c89865eec5758b71
#
# 
# 
# patch "packages/qemu/qemu-native.inc"
#  from [b30718bb9a21018342971a7d2e50ec7cb35fc68f]
#    to [797108c0d02e8d7a911293ba37b9206fdae982f1]
# 
============================================================
--- packages/qemu/qemu-native.inc	b30718bb9a21018342971a7d2e50ec7cb35fc68f
+++ packages/qemu/qemu-native.inc	797108c0d02e8d7a911293ba37b9206fdae982f1
@@ -1,7 +1,11 @@ DEPENDS = "libsdl-native"
 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
 	






More information about the Openembedded-commits mailing list