From: Koen Kooi Date: Mon, 21 Jun 2010 17:01:29 +0000 (+0200) Subject: gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a185021b298010edd0a212bfca9634c95355bdd5;p=openembedded.git gcc-cross-sdl 4.5: make it fail in do_install instead of do_compile --- diff --git a/recipes/gcc/gcc-cross-sdk_4.5.bb b/recipes/gcc/gcc-cross-sdk_4.5.bb index a316cd282e..a3b2215e2b 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"