[oe-commits] Koen Kooi : gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile

git version control git at git.openembedded.org
Mon Jun 21 18:49:40 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun 21 19:01:29 2010 +0200

gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile

---

 recipes/gcc/gcc-cross-sdk_4.5.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/gcc/gcc-cross-sdk_4.5.bb b/recipes/gcc/gcc-cross-sdk_4.5.bb
index a316cd2..a3b2215 100644
--- a/recipes/gcc/gcc-cross-sdk_4.5.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.5.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
 
 inherit sdk
 
@@ -7,4 +7,5 @@ require gcc-cross-sdk.inc
 
 EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
 		--disable-libgomp --disable-libmudflap \
-		--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
+		--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
+		--with-system-zlib"





More information about the Openembedded-commits mailing list