[oe-commits] [openembedded-core] 06/07: buildtools-tarball: set INHIBIT_DEFAULT_DEPS

git at git.openembedded.org git at git.openembedded.org
Tue Apr 19 13:52:20 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 25f904b4f0f5a049ffabc7b3613d5902099d4ae0
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Apr 18 19:09:35 2016 -0700

    buildtools-tarball: set INHIBIT_DEFAULT_DEPS
    
    The recipe doesn't need any default deps.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index ee86881..e9578ca 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list