summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-03-02 16:20:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-04 05:13:20 -0800
commit8bd88113ec7b962b570cdc90efa9f8b405730677 (patch)
treeaa90c5c7e5314929d7c9d0344428e7abf30d891b
parentb6b0fe6747453b57fe8cab666727a650639c3a6e (diff)
downloadopenembedded-core-8bd88113ec7b962b570cdc90efa9f8b405730677.tar.gz
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 <josh@linux.intel.com>
-rw-r--r--meta/recipes-devtools/m4/m4-native_1.4.16.bb1
1 files changed, 1 insertions, 0 deletions
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 = ""