diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-10-15 08:27:11 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-10-15 11:10:07 +0100 |
commit | d036f97b6257ef901f9e4466716f9ddc96570e19 (patch) | |
tree | 9c8b7f8fdad76b4cf9c8f693227ba176b01a0ba9 | |
parent | ce8932d28d63f29735013c885fc76944b3ab21a1 (diff) | |
download | openembedded-core-d036f97b6257ef901f9e4466716f9ddc96570e19.tar.gz openembedded-core-d036f97b6257ef901f9e4466716f9ddc96570e19.tar.bz2 openembedded-core-d036f97b6257ef901f9e4466716f9ddc96570e19.zip |
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.inc | 2 |
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 \ file://SCCS.patch;patch=1" inherit autotools gettext + +BBCLASSEXTEND = "native" |