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:
e7ba55e
)
qemu-native * make it pick up sdl-config-native
author
Michael Lauer
<mickey@vanille-media.de>
Mon, 23 Oct 2006 15:15:39 +0000
(15:15 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Mon, 23 Oct 2006 15:15:39 +0000
(15:15 +0000)
packages/qemu/qemu-native.inc
patch
|
blob
|
history
diff --git
a/packages/qemu/qemu-native.inc
b/packages/qemu/qemu-native.inc
index
019af52
..
92f3b91
100644
(file)
--- 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