From 8bd88113ec7b962b570cdc90efa9f8b405730677 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. Signed-off-by: Joshua Lock --- meta/recipes-devtools/m4/m4-native_1.4.16.bb | 1 + 1 file changed, 1 insertion(+) 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 1.2.3-korg