mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
classes/license.bbclass: don't set [dirs] and [cleandirs]
There's no need to set these as the restore from sstate will create the directories as required. (From OE-Core rev: 3ab3ebc06d22f0776091e39237235ea50c4503b2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6494a59552
commit
4fdfee4a78
@@ -668,8 +668,6 @@ do_rootfs[recrdeptask] += "do_populate_lic"
|
||||
IMAGE_POSTPROCESS_COMMAND_prepend = "write_deploy_manifest; "
|
||||
do_image[recrdeptask] += "do_populate_lic"
|
||||
|
||||
do_populate_lic_setscene[dirs] = "${LICSSTATEDIR}/${PN}"
|
||||
do_populate_lic_setscene[cleandirs] = "${LICSSTATEDIR}"
|
||||
python do_populate_lic_setscene () {
|
||||
sstate_setscene(d)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user