From 6482c0e20d29d5dc8e639d4fb04451cd289fc2ce Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 2 Mar 2012 16:20:50 -0800 Subject: m4-native: explicitly set an empty BBCLASSEXTEND The BBCLASSEXTEND from the included target results in an m4-native-nativesdk which causes problems when running a universe fetch. (From OE-Core rev: 8bd88113ec7b962b570cdc90efa9f8b405730677) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-devtools/m4/m4-native_1.4.16.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-devtools/m4/m4-native_1.4.16.bb b/meta/recipes-devtools/m4/m4-native_1.4.16.bb index fa871b38ae..6f36e612d8 100644 --- a/meta/recipes-devtools/m4/m4-native_1.4.16.bb +++ b/meta/recipes-devtools/m4/m4-native_1.4.16.bb @@ -10,3 +10,4 @@ do_configure() { oe_runconf } +BBCLASSEXTEND = "" -- cgit v1.2.3-54-g00ecf