From: Robert Yang Date: Tue, 19 Apr 2016 02:09:35 +0000 (-0700) Subject: buildtools-tarball: set INHIBIT_DEFAULT_DEPS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f904b4f0f5a049ffabc7b3613d5902099d4ae0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 ee868818023..e9578cac0cf 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"