mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
meta/classes: Mark do_package_write and do_build as noexec tasks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -425,6 +425,7 @@ base_do_package() {
|
||||
addtask build after do_populate_sysroot
|
||||
do_build = ""
|
||||
do_build[func] = "1"
|
||||
do_build[noexec] = "1"
|
||||
do_build () {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user