mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 18:59:23 +00:00
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>
This commit is contained in:
parent
ac9c62c907
commit
6482c0e20d
@ -10,3 +10,4 @@ do_configure() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user