[oe-commits] org.oe.dev scummvm: Fixed the staging dir location. Thx hrw for the tip.

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Sep 3 11:38:04 UTC 2007


scummvm: Fixed the staging dir location.  Thx hrw for the tip.

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

#
# mt diff -r0c8a8c3dfe5c4029c990f8c832cb1deb0776314e -re7c327f72013d506b0f83cca1f46f09e641c9638
#
# 
# 
# patch "packages/scummvm/scummvm.inc"
#  from [195a28283db02d87e7361fce8f6cda1776848c24]
#    to [fe0de533e25b32bbf637b2b36b05a3712b82f4c1]
# 
============================================================
--- packages/scummvm/scummvm.inc	195a28283db02d87e7361fce8f6cda1776848c24
+++ packages/scummvm/scummvm.inc	fe0de533e25b32bbf637b2b36b05a3712b82f4c1
@@ -1,8 +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"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/scummvm/scummvm-${PV}.tar.bz2"
 
@@ -10,7 +11,7 @@ EXTRA_OECONF = "--host=${HOST_SYS} \
 
 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}/.. \






More information about the Openembedded-commits mailing list