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:
97a710a
)
scummvm: Fixed the staging dir location. Thx hrw for the tip.
author
Rod Whitby
<rod@whitby.id.au>
Mon, 3 Sep 2007 11:17:55 +0000
(11:17 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 3 Sep 2007 11:17:55 +0000
(11:17 +0000)
packages/scummvm/scummvm.inc
patch
|
blob
|
history
diff --git
a/packages/scummvm/scummvm.inc
b/packages/scummvm/scummvm.inc
index
af38e5c
..
9e977c2
100644
(file)
--- a/
packages/scummvm/scummvm.inc
+++ b/
packages/scummvm/scummvm.inc
@@
-3,6
+3,7
@@
HOMEPAGE = "http://www.scummvm.org"
SECTION = "games"
PRIORITY = "optional"
LICENSE = "GPL"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
@@
-10,7
+11,7
@@
inherit autotools
EXTRA_OECONF = "--host=${HOST_SYS} \
--backend=sdl \
- --with-sdl-prefix=${STAGING_BINDIR_
NATIVE
}/.. \
+ --with-sdl-prefix=${STAGING_BINDIR_
CROSS
}/.. \
--disable-alsa \
--prefix=${prefix} \
--with-ogg-prefix=${STAGING_LIBDIR}/.. \