diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-03-02 16:20:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-04 05:38:48 -0800 |
commit | 6482c0e20d29d5dc8e639d4fb04451cd289fc2ce (patch) | |
tree | ec2e4479654e744603ac6c426e594021afa412c3 /meta/recipes-devtools/m4 | |
parent | ac9c62c9071ca982b7c79dc61a770d37000faa6f (diff) | |
download | poky-6482c0e20d29d5dc8e639d4fb04451cd289fc2ce.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.
(From OE-Core rev: 8bd88113ec7b962b570cdc90efa9f8b405730677)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4')
-rw-r--r-- | 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 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() { | |||
10 | oe_runconf | 10 | oe_runconf |
11 | } | 11 | } |
12 | 12 | ||
13 | BBCLASSEXTEND = "" | ||