mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 03:15:10 +00:00
buildtools-tarball: Add inherit toolchain-scripts
The core class used to have this inherit but its being phased out, add the inherit directly where we need it instead. (From OE-Core rev: bdd546a8a492d386afdcc24e9540b0b88e9cd230) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
960ed55858
commit
2d498b0643
@ -37,6 +37,7 @@ EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
inherit meta
|
||||
inherit populate_sdk
|
||||
inherit toolchain-scripts
|
||||
|
||||
create_sdk_files_append () {
|
||||
rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user