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

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Aug 6 12:31:59 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 5db76b56f5e11f4640736e67db63d10a15800a6d
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=5db76b56f5e11f4640736e67db63d10a15800a6d

Author:  <koen at openembedded.org>
Date:   Wed Aug  6 12:31:47 2008 +0000

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

---

 packages/quake/quetoo_0.6.1.bb |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/packages/quake/quetoo_0.6.1.bb b/packages/quake/quetoo_0.6.1.bb
index 931b002..33a7075 100644
--- a/packages/quake/quetoo_0.6.1.bb
+++ b/packages/quake/quetoo_0.6.1.bb
@@ -8,13 +8,24 @@ inherit autotools pkgconfig
 
 
 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