mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01: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:
@@ -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-*
|
||||
|
||||
Reference in New Issue
Block a user