In case the version of make installed on the build host is incompatible, we'll use make-native.
Signed-off-by: Michael Smith <[email protected]> --- recipes/eglibc/eglibc-initial.inc | 2 +- recipes/eglibc/eglibc.inc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/eglibc/eglibc-initial.inc b/recipes/eglibc/eglibc-initial.inc index eb765df..4384ed4 100644 --- a/recipes/eglibc/eglibc-initial.inc +++ b/recipes/eglibc/eglibc-initial.inc @@ -1,5 +1,5 @@ SECTION = "libs" -DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial" +DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial make-native" PROVIDES = "virtual/${TARGET_PREFIX}libc-initial" PACKAGES = "" diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc index 66bb90e..78e03c4 100644 --- a/recipes/eglibc/eglibc.inc +++ b/recipes/eglibc/eglibc.inc @@ -5,7 +5,9 @@ PRIORITY = "required" LICENSE = "LGPL" INC_PR = "r11" # nptl needs unwind support in gcc, which can't be built without glibc. -DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" +DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate \ + linux-libc-headers \ + make-native" #this leads to circular deps, so lets not add it yet #RDEPENDS_ldd += " bash" # nptl needs libgcc but dlopens it, so our shlibs code doesn't detect this -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
