summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/siggen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py
index 03aa08bb94..09c9c8a25f 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/lib/bb/siggen.py
@@ -184,6 +184,8 @@ class SignatureGeneratorBasic(SignatureGenerator):
184 depmc = pkgname.split(':')[1] 184 depmc = pkgname.split(':')[1]
185 if mc != depmc: 185 if mc != depmc:
186 continue 186 continue
187 if dep.startswith("multiconfig:") and not mc:
188 continue
187 depname = dataCache.pkg_fn[pkgname] 189 depname = dataCache.pkg_fn[pkgname]
188 if not self.rundep_check(fn, recipename, task, dep, depname, dataCache): 190 if not self.rundep_check(fn, recipename, task, dep, depname, dataCache):
189 continue 191 continue