mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
insane: Ensure package_qa tasks run in builds when expected
Currently, if you "bitbake XXX" and XXX depends on something else, the do_package_qa teask for that something may not run. Users would generally expect it to have though. Add in the missing dependency to ensure that do_build does trigger the right package_qa tasks. (From OE-Core rev: e0beb64c6d3cf1d649f79a8704fb25cdf83b4a8b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1192,6 +1192,8 @@ do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
|
||||
do_package_qa[rdeptask] = "do_packagedata"
|
||||
addtask do_package_qa after do_packagedata do_package before do_build
|
||||
|
||||
do_build[rdeptask] += "do_package_qa"
|
||||
|
||||
# Add the package specific INSANE_SKIPs to the sstate dependencies
|
||||
python() {
|
||||
pkgs = (d.getVar('PACKAGES') or '').split()
|
||||
|
||||
Reference in New Issue
Block a user