The core class used to have this inherit but its being phased out, add the inherit directly where we need it instead.
Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 673bfb0..112b001 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -38,6 +38,7 @@ EXCLUDE_FROM_WORLD = "1" inherit meta inherit populate_sdk +inherit toolchain-scripts create_sdk_files_append () { rm -f ${SDK_OUTPUT}/${SDKPATH}/site-config-* -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core