[oe-commits] org.oe.dev scummvm: Put it back the (broken) way it was. Changing to STAGING_BINDIR_CROSS doesn't help, cause that doesn't end in a 'bin' directory, and the configure script in scummvm adds a 'bin' to the end of the prefix given. Someone else who cares will need to fix it properly.

rwhitby commit openembedded-commits at lists.openembedded.org
Tue Sep 4 01:28:15 UTC 2007


scummvm: Put it back the (broken) way it was.  Changing to STAGING_BINDIR_CROSS doesn't help, cause that doesn't end in a 'bin' directory, and the configure script in scummvm adds a 'bin' to the end of the prefix given. Someone else who cares will need to fix it properly.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 98e5d69167afe869d1d560411dd2c2e16f88b007
ViewMTN: http://monotone.openembedded.org/revision.psp?id=98e5d69167afe869d1d560411dd2c2e16f88b007
Files:
1
packages/scummvm/scummvm.inc
Diffs:

#
# mt diff -ree3ac71c2bf15ddb9729b664e1677265b531962c -r98e5d69167afe869d1d560411dd2c2e16f88b007
#
# 
# 
# patch "packages/scummvm/scummvm.inc"
#  from [fe0de533e25b32bbf637b2b36b05a3712b82f4c1]
#    to [cef002bae21f245d788d417975ddee8d243d249f]
# 
============================================================
--- packages/scummvm/scummvm.inc	fe0de533e25b32bbf637b2b36b05a3712b82f4c1
+++ packages/scummvm/scummvm.inc	cef002bae21f245d788d417975ddee8d243d249f
@@ -1,9 +1,9 @@ LICENSE = "GPL"
 DESCRIPTION = "Virtual Machine for several classic graphical point-and-click adventure games"
 HOMEPAGE = "http://www.scummvm.org"
 SECTION = "games"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
 
@@ -11,7 +11,7 @@ EXTRA_OECONF = "--host=${HOST_SYS} \
 
 EXTRA_OECONF = "--host=${HOST_SYS} \
 		--backend=sdl \
-		--with-sdl-prefix=${STAGING_BINDIR_CROSS}/.. \
+		--with-sdl-prefix=${STAGING_BINDIR_NATIVE}/.. \
 		--disable-alsa \
 		--prefix=${prefix} \
 		--with-ogg-prefix=${STAGING_LIBDIR}/.. \






More information about the Openembedded-commits mailing list