summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/cooker.py2
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):