mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00: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; "
|
IMAGE_POSTPROCESS_COMMAND_prepend = "write_deploy_manifest; "
|
||||||
do_image[recrdeptask] += "do_populate_lic"
|
do_image[recrdeptask] += "do_populate_lic"
|
||||||
|
|
||||||
do_populate_lic_setscene[dirs] = "${LICSSTATEDIR}/${PN}"
|
|
||||||
do_populate_lic_setscene[cleandirs] = "${LICSSTATEDIR}"
|
|
||||||
python do_populate_lic_setscene () {
|
python do_populate_lic_setscene () {
|
||||||
sstate_setscene(d)
|
sstate_setscene(d)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user