mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
multiconfig: Adapt to bitbake switch 'multiconfig' -> 'mc'
(From OE-Core rev: 8a6f7c1e455156966f467008645fef14db679ccf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -155,7 +155,7 @@ class SignatureGeneratorOEBasicHash(bb.siggen.SignatureGeneratorBasicHash):
|
||||
else:
|
||||
def get_mc(tid):
|
||||
tid = tid.rsplit('.', 1)[0]
|
||||
if tid.startswith('multiconfig:'):
|
||||
if tid.startswith('mc:'):
|
||||
elems = tid.split(':')
|
||||
return elems[1]
|
||||
def recipename_from_dep(dep):
|
||||
|
||||
Reference in New Issue
Block a user