aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-04-18 19:09:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-19 14:47:15 +0100
commit25f904b4f0f5a049ffabc7b3613d5902099d4ae0 (patch)
treec1768540742af3bee02a2527efd908ded5e8ea70
parentf21361cf0fbae52adac961f0676fa53f3c864b14 (diff)
downloadopenembedded-core-contrib-25f904b4f0f5a049ffabc7b3613d5902099d4ae0.tar.gz
buildtools-tarball: set INHIBIT_DEFAULT_DEPS
The recipe doesn't need any default deps. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb3
1 files changed, 3 insertions, 0 deletions
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"