From: Robert Yang Date: Tue, 19 Apr 2016 02:09:35 +0000 (-0700) Subject: buildtools-tarball: set INHIBIT_DEFAULT_DEPS X-Git-Tag: 2016-4~6 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=25f904b4f0f5a049ffabc7b3613d5902099d4ae0;p=openembedded-core.git buildtools-tarball: set INHIBIT_DEFAULT_DEPS The recipe doesn't need any default deps. Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index ee86881802..e9578cac0c 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -67,3 +67,6 @@ create_sdk_files_append () { # buildtools-tarball doesn't need config site TOOLCHAIN_NEED_CONFIGSITE_CACHE = "" + +# The recipe doesn't need any default deps +INHIBIT_DEFAULT_DEPS = "1"