From: Joshua Lock Date: Sat, 3 Mar 2012 00:20:50 +0000 (-0800) Subject: m4-native: explicitly set an empty BBCLASSEXTEND X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8bd88113ec7b962b570cdc90efa9f8b405730677;p=openembedded-core.git 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 --- 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 = ""