[oe-commits] Joshua Lock : m4-native: explicitly set an empty BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Sun Mar 4 13:20:47 UTC 2012


Module: openembedded-core.git
Branch: 2011-1
Commit: 8bd88113ec7b962b570cdc90efa9f8b405730677
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8bd88113ec7b962b570cdc90efa9f8b405730677

Author: Joshua Lock <josh at linux.intel.com>
Date:   Fri Mar  2 16:20:50 2012 -0800

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 at linux.intel.com>

---

 meta/recipes-devtools/m4/m4-native_1.4.16.bb |    1 +
 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 fa871b3..6f36e61 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 = ""





More information about the Openembedded-commits mailing list