[oe-commits] Khem Raj : gcc-cross_4.5.bb: Add libelf-native to DEPENDS

git version control git at git.openembedded.org
Wed Jun 9 05:41:09 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun  8 22:40:31 2010 -0700

gcc-cross_4.5.bb: Add libelf-native to DEPENDS

* libelf is needed for LTO

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/recipes/gcc/gcc-cross_4.5.bb b/recipes/gcc/gcc-cross_4.5.bb
index 825a7bd..a2da4a8 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"





More information about the Openembedded-commits mailing list