mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
sstate: Ensure populate_lic sstate objects are cleaned
do_cleansstate wasn't cleaning do_populate_lic sstate objects in the native/cross case since the wildcard path entry wasn't being cleared at the same time as the path extra prefix. Fix by clearing it at the same time. (From OE-Core rev: af72c507f5e20acf64b7431cee989af9908ef199) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -124,6 +124,7 @@ def sstate_state_fromvars(d, task = None):
|
||||
if task == "populate_lic":
|
||||
d.setVar("SSTATE_PKGSPEC", "${SSTATE_SWSPEC}")
|
||||
d.setVar("SSTATE_EXTRAPATH", "")
|
||||
d.setVar('SSTATE_EXTRAPATHWILDCARD', "")
|
||||
|
||||
ss = sstate_init(task, d)
|
||||
for i in range(len(inputs)):
|
||||
|
||||
Reference in New Issue
Block a user