git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c7d20
)
qemu: No need to look for sdl-config-native now
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 31 Dec 2006 23:53:40 +0000
(23:53 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 31 Dec 2006 23:53:40 +0000
(23:53 +0000)
packages/qemu/qemu-native.inc
patch
|
blob
|
history
diff --git
a/packages/qemu/qemu-native.inc
b/packages/qemu/qemu-native.inc
index
d0d6604
..
4adc4cb
100644
(file)
--- 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