aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/duke3d/duke3d_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-16 12:34:09 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-16 12:34:37 +0200
commita5d221f8419d7390c98a7e30c438c4500d015235 (patch)
tree9870243ce26bce64b5f8fa7dffae3ddebd5c6144 /recipes/duke3d/duke3d_svn.bb
parent3d28f7929862a119422c8986d50c8c31a58b81e2 (diff)
downloadopenembedded-a5d221f8419d7390c98a7e30c438c4500d015235.tar.gz
duke3d: update SRCREV, fix QA errors in .desktop
Diffstat (limited to 'recipes/duke3d/duke3d_svn.bb')
-rw-r--r--recipes/duke3d/duke3d_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/duke3d/duke3d_svn.bb b/recipes/duke3d/duke3d_svn.bb
index 23a8804488..f1d5ea4142 100644
--- a/recipes/duke3d/duke3d_svn.bb
+++ b/recipes/duke3d/duke3d_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Duke Nukem 3D game engine"
LICENSE = "GPLv2"
DEPENDS = "virtual/libsdl libsdl-mixer"
-SRCREV = "185"
+SRCREV = "187"
PV = "0.0+svnr${SRCPV}"
SRC_URI = "svn://svn.icculus.org/duke3d/;module=trunk \
@@ -12,6 +12,8 @@ S = "${WORKDIR}/trunk/source"
PARALLEL_MAKE = ""
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_compile() {
for i in $(find ${S} -name 'Makefile') ; do
sed -i s:\ gcc:\ '${CC}': $i