make: enable make-native
authorJoshua Lock <josh@linux.intel.com>
Fri, 15 Oct 2010 07:27:11 +0000 (08:27 +0100)
committerJoshua Lock <josh@linux.intel.com>
Fri, 15 Oct 2010 10:10:07 +0000 (11:10 +0100)
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>
meta/recipes-devtools/make/make.inc

index 23629d3..b7c353f 100644 (file)
@@ -9,3 +9,5 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
            file://SCCS.patch;patch=1"
 
 inherit autotools gettext
+
+BBCLASSEXTEND = "native"