From d036f97b6257ef901f9e4466716f9ddc96570e19 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 15 Oct 2010 08:27:11 +0100 Subject: 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 --- meta/recipes-devtools/make/make.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/make') 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" -- cgit v1.2.3-54-g00ecf