From: Khem Raj Date: Wed, 9 Jun 2010 05:40:31 +0000 (-0700) Subject: gcc-cross_4.5.bb: Add libelf-native to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803bf45d6d590d0b2586b5b5187c59ea3746cf11;p=openembedded.git gcc-cross_4.5.bb: Add libelf-native to DEPENDS * libelf is needed for LTO Signed-off-by: Khem Raj --- diff --git a/recipes/gcc/gcc-cross_4.5.bb b/recipes/gcc/gcc-cross_4.5.bb index 825a7bde8a..a2da4a88e8 100644 --- a/recipes/gcc/gcc-cross_4.5.bb +++ b/recipes/gcc/gcc-cross_4.5.bb @@ -1,9 +1,8 @@ -PR = "r0" +PR = "r1" require gcc-${PV}.inc require gcc-cross4.inc -DEPENDS += "libmpc-native" - +NATIVEDEPS += "libmpc-native libelf-native" SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch " EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib"