mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
check-version-mismatch.bbclass: ensure sysroot is available
We need to ensure sysroot is available for this version check task, otherwise, running binaries might fail because of lack of libraries from sysroot. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
301a5fd516
commit
62d3384378
|
|
@ -395,7 +395,7 @@ python do_package_check_version_mismatch() {
|
|||
bb.debug(1, "No stale process")
|
||||
}
|
||||
|
||||
addtask do_package_check_version_mismatch after do_package before do_build
|
||||
addtask do_package_check_version_mismatch after do_prepare_recipe_sysroot do_package before do_build
|
||||
|
||||
do_build[rdeptask] += "do_package_check_version_mismatch"
|
||||
do_rootfs[recrdeptask] += "do_package_check_version_mismatch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user