]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup.bbclass: Set INHIBIT_DEFAULT_DEPS
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 24 Jan 2019 07:01:06 +0000 (15:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Jan 2019 17:45:25 +0000 (17:45 +0000)
It doesn't need them since no compile happens.

(From OE-Core rev: c08478c06d541086bd358c318fce213910c7312d)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/packagegroup.bbclass

index d540d4214eb8786cde90f8185415e25d0aaded39..94a59e0c0307436e40e9992885718a5cb978b8cc 100644 (file)
@@ -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