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:
05c3b57
)
Merge openembedded@openembedded.bkbits.net:packages
author
Chris Larson
<clarson@kergoth.com>
Sat, 15 May 2004 08:22:30 +0000
(08:22 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Sat, 15 May 2004 08:22:30 +0000
(08:22 +0000)
into linux.local:/home/kergoth/code/packages
2004/05/15 17:42:46+09:30 mithis.com!mithro
scummvm_0.6.0.oe:
Needed --host on configure line
BKrev: 40a5d346yI5Udh6yLFX3l0vr7mu1Ug
scummvm/scummvm_0.6.0.oe
patch
|
blob
|
history
diff --git
a/scummvm/scummvm_0.6.0.oe
b/scummvm/scummvm_0.6.0.oe
index
3a73eec
..
6c2a4af
100644
(file)
--- a/
scummvm/scummvm_0.6.0.oe
+++ b/
scummvm/scummvm_0.6.0.oe
@@
-7,7
+7,8
@@
SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
inherit autotools
-EXTRA_OECONF = "--backend=sdl \
+EXTRA_OECONF = "--host=${HOST_SYS} \
+ --backend=sdl \
--with-sdl-prefix=${STAGING_BINDIR}/.. \
--disable-alsa \
--with-ogg-prefix=${STAGING_LIBDIR}/.. \