[oe-commits] [openembedded-core] 09/15: packagegroup.bbclass: Set INHIBIT_DEFAULT_DEPS

git at git.openembedded.org git at git.openembedded.org
Thu Jan 24 17:46:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit c08478c06d541086bd358c318fce213910c7312d
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Jan 24 15:01:06 2019 +0800

    packagegroup.bbclass: Set INHIBIT_DEFAULT_DEPS
    
    It doesn't need them since no compile happens.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/packagegroup.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass
index d540d42..94a59e0 100644
--- a/meta/classes/packagegroup.bbclass
+++ b/meta/classes/packagegroup.bbclass
@@ -48,6 +48,8 @@ deltask do_compile
 deltask do_install
 deltask do_populate_sysroot
 
+INHIBIT_DEFAULT_DEPS = "1"
+
 python () {
     if bb.data.inherits_class('nativesdk', d):
         return

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


More information about the Openembedded-commits mailing list