[oe-commits] Koen Kooi : quake2: fix QA errors

git version control git at git.openembedded.org
Thu Sep 10 13:20:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3a8e482ccc5b6c2912dc9f6cb2a7598423f9152b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a8e482ccc5b6c2912dc9f6cb2a7598423f9152b

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Sep 10 15:18:48 2009 +0200

quake2: fix QA errors

---

 recipes/quake/quake2_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/quake/quake2_svn.bb b/recipes/quake/quake2_svn.bb
index 31491ad..a01def8 100644
--- a/recipes/quake/quake2_svn.bb
+++ b/recipes/quake/quake2_svn.bb
@@ -5,6 +5,7 @@ DEPENDS = "libsdl-x11 libxxf86dga"
 
 SRCREV = "205"
 PV = "0.16.1+svnr${SRCREV}"
+PR = "r1"
 
 SRC_URI = "svn://svn.icculus.org/quake2/;module=trunk \
            file://quake2-arm.patch;patch=1"
@@ -14,7 +15,7 @@ S = "${WORKDIR}/trunk"
 export BUILD_SDLQUAKE2=YES
 export OSTYPE=Linux
 export ARCH=${TARGET_ARCH}
-export BASE_CFLAGS="${TARGET_CC_ARCH} -Wall -pipe -Dstricmp=strcasecmp"
+export BASE_CFLAGS="${TARGET_CC_ARCH} ${LDFLAGS} -Wall -pipe -Dstricmp=strcasecmp"
 export OPT_CFLAGS="-O3 -ffast-math -funroll-loops -fomit-frame-pointer -fexpensive-optimizations"
 
 do_compile() {





More information about the Openembedded-commits mailing list