summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-10-15 08:27:11 +0100
committerJoshua Lock <josh@linux.intel.com>2010-10-15 11:10:07 +0100
commitd036f97b6257ef901f9e4466716f9ddc96570e19 (patch)
tree9c8b7f8fdad76b4cf9c8f693227ba176b01a0ba9
parentce8932d28d63f29735013c885fc76944b3ab21a1 (diff)
downloadpoky-d036f97b6257ef901f9e4466716f9ddc96570e19.tar.gz
make: enable make-native
Fedora 14 ships with a version of make which doesn't work with the Makefiles shipped in our busybox and eglibc versions. Enable make native as a workaround. This is a low risk fix for [BUGID #467] Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--meta/recipes-devtools/make/make.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc
index 23629d37b0..b7c353f947 100644
--- a/meta/recipes-devtools/make/make.inc
+++ b/meta/recipes-devtools/make/make.inc
@@ -9,3 +9,5 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
9 file://SCCS.patch;patch=1" 9 file://SCCS.patch;patch=1"
10 10
11inherit autotools gettext 11inherit autotools gettext
12
13BBCLASSEXTEND = "native"