aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-12-31 23:53:40 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-12-31 23:53:40 +0000
commitd3325af3c862aab57a15fefa473113f1c8521216 (patch)
treef8e79f640f7007955283a08a1c787f6ea2a23ae0 /packages
parenta7c7d20784667526ec3fce58da7efe2b415aa884 (diff)
downloadopenembedded-d3325af3c862aab57a15fefa473113f1c8521216.tar.gz
qemu: No need to look for sdl-config-native now
Diffstat (limited to 'packages')
-rw-r--r--packages/qemu/qemu-native.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/qemu/qemu-native.inc b/packages/qemu/qemu-native.inc
index d0d6604ec5..4adc4cb4c0 100644
--- a/packages/qemu/qemu-native.inc
+++ b/packages/qemu/qemu-native.inc
@@ -2,10 +2,6 @@ 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