mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
packagegroup.bbclass: Set INHIBIT_DEFAULT_DEPS
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>
This commit is contained in:
committed by
Richard Purdie
parent
4ed543ef71
commit
62dd6c2eff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user