mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
sstate: add do_package to the noexec list in setscene_depvalid
do_package doesn't exist and are noexec anyway for native/cross/crosssdk packages. (From OE-Core rev: 1028ac813fa9803ebfff6bcfa7f8b67012609b27) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -710,7 +710,7 @@ def setscene_depvalid(task, taskdependees, notneeded, d):
|
|||||||
return False
|
return False
|
||||||
continue
|
continue
|
||||||
# Native/Cross packages don't exist and are noexec anyway
|
# Native/Cross packages don't exist and are noexec anyway
|
||||||
if isNativeCross(taskdependees[dep][0]) and taskdependees[dep][1] in ['do_package_write_deb', 'do_package_write_ipk', 'do_package_write_rpm', 'do_packagedata']:
|
if isNativeCross(taskdependees[dep][0]) and taskdependees[dep][1] in ['do_package_write_deb', 'do_package_write_ipk', 'do_package_write_rpm', 'do_packagedata', 'do_package']:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Consider sysroot depending on sysroot tasks
|
# Consider sysroot depending on sysroot tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user