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 fdbb2a3998..352dcab853 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/lib/bb/siggen.py
@@ -181,6 +181,8 @@ class SignatureGeneratorBasic(SignatureGenerator):
181 depmc = pkgname.split(':')[1] 181 depmc = pkgname.split(':')[1]
182 if mc != depmc: 182 if mc != depmc:
183 continue 183 continue
184 if dep.startswith("multiconfig:") and not mc:
185 continue
184 depname = dataCache.pkg_fn[pkgname] 186 depname = dataCache.pkg_fn[pkgname]
185 if not self.rundep_check(fn, recipename, task, dep, depname, dataCache): 187 if not self.rundep_check(fn, recipename, task, dep, depname, dataCache):
186 continue 188 continue