]> code.ossystems Code Review - openembedded-core.git/commitdiff
m4-native: explicitly set an empty BBCLASSEXTEND
authorJoshua Lock <josh@linux.intel.com>
Sat, 3 Mar 2012 00:20:50 +0000 (16:20 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 4 Mar 2012 13:13:20 +0000 (05:13 -0800)
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 <josh@linux.intel.com>
meta/recipes-devtools/m4/m4-native_1.4.16.bb

index fa871b38ae1f79cb9f73fcbc34faf90375de8323..6f36e612d888590bad840ef76ad93af3e2637f2d 100644 (file)
@@ -10,3 +10,4 @@ do_configure()  {
        oe_runconf
 }
 
+BBCLASSEXTEND = ""