[oe-commits] org.oe.dev quetoo: uglify recipe a bit more so that it compiles with gcc4.3 and libtool 2.x

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:57:59 UTC 2008


quetoo: uglify recipe a bit more so that it compiles with gcc4.3 and libtool 2.x

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3ec74f15e6080a6f7a20f84d153f8f6c5de68589
ViewMTN: http://monotone.openembedded.org/revision/info/3ec74f15e6080a6f7a20f84d153f8f6c5de68589
Files:
1
packages/quake/quetoo_0.6.1.bb
Diffs:

#
# mt diff -r97501ea54de7df4517ba2228d35624ee409c3fed -r3ec74f15e6080a6f7a20f84d153f8f6c5de68589
#
#
#
# patch "packages/quake/quetoo_0.6.1.bb"
#  from [2744c0ee32602658716842b67e622d558b65bb7b]
#    to [e4f408fa9fd73a0ca1ba0ff90f91bdbde6216049]
#
============================================================
--- packages/quake/quetoo_0.6.1.bb	2744c0ee32602658716842b67e622d558b65bb7b
+++ packages/quake/quetoo_0.6.1.bb	e4f408fa9fd73a0ca1ba0ff90f91bdbde6216049
@@ -8,13 +8,24 @@ EXTRA_OECONF = "\
 
 
 EXTRA_OECONF = "\
-               --with-sdl \
+               --with-games=baseq2 \
+	       --with-sdl \
 	       --with-zlib \
 	       "
 
 do_configure() {
-	gnu-configize
-	libtoolize --force
+	for i in ctf qmass vanctf ; do
+		mkdir -p ${S}/data/$i/sound
+		mkdir -p ${S}/data/$i/maps 
+		mkdir -p ${S}/src/$i
+		touch ${S}/data/$i/Makefile.in
+		touch ${S}/data/$i/sound/Makefile.in
+		touch ${S}/data/$i/maps/Makefile.in
+		touch ${S}/src/$i/Makefile.in	
+	done
+
+	sed -i -e s:-Werror::g ${S}/configure
+	gnu-configize --force
 	oe_runconf
 	rm config.log
 }






More information about the Openembedded-commits mailing list