mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +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:
committed by
Richard Purdie
parent
ac9c62c907
commit
6482c0e20d
@@ -10,3 +10,4 @@ do_configure() {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user