mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
native.bbclass: Add virtclass-native to OVERRIDES and use in fakeroot to function correctly
This commit is contained in:
@@ -129,5 +129,6 @@ python __anonymous () {
|
||||
#else:
|
||||
# bb.note("%s has rouge PROVIDES of %s which doesn't end in -sdk?" % (pn, prov))
|
||||
bb.data.setVar("PROVIDES", provides, d)
|
||||
bb.data.setVar("OVERRIDES", bb.data.getVar("OVERRIDES", d, False) + ":virtclass-native", d)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user