diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index e3f5317f7c..bc8574aa1e 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -762,7 +762,7 @@ class BBCooker: | |||
762 | @staticmethod | 762 | @staticmethod |
763 | def add_mc_prefix(mc, pn): | 763 | def add_mc_prefix(mc, pn): |
764 | if mc: | 764 | if mc: |
765 | return "multiconfig:%s.%s" % (mc, pn) | 765 | return "multiconfig:%s:%s" % (mc, pn) |
766 | return pn | 766 | return pn |
767 | 767 | ||
768 | def buildDependTree(self, rq, taskdata): | 768 | def buildDependTree(self, rq, taskdata): |