diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-18 19:09:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-19 21:11:24 +0100 |
commit | 9de732481a5e77b4b17e0af108c78062b655a50a (patch) | |
tree | 19c5fa69342066c9b108c279b5396d8a57c7024e /meta/recipes-core | |
parent | ef09105cab3224900acd8dbb69843e42006dea03 (diff) | |
download | poky-9de732481a5e77b4b17e0af108c78062b655a50a.tar.gz |
buildtools-tarball: set INHIBIT_DEFAULT_DEPS
The recipe doesn't need any default deps.
(From OE-Core rev: 25f904b4f0f5a049ffabc7b3613d5902099d4ae0)
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 3 |
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 () { | |||
67 | 67 | ||
68 | # buildtools-tarball doesn't need config site | 68 | # buildtools-tarball doesn't need config site |
69 | TOOLCHAIN_NEED_CONFIGSITE_CACHE = "" | 69 | TOOLCHAIN_NEED_CONFIGSITE_CACHE = "" |
70 | |||
71 | # The recipe doesn't need any default deps | ||
72 | INHIBIT_DEFAULT_DEPS = "1" | ||