[OE-core] [PATCH 1/1] buildtools-tarball: set INHIBIT_DEFAULT_DEPS

Robert Yang liezhi.yang at windriver.com
Tue Apr 19 02:09:35 UTC 2016


The recipe doesn't need any default deps.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 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"
-- 
2.8.0




More information about the Openembedded-core mailing list