mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
base-passwd: Fix race
The do_package task this recipe injects depends on the output of do_populate_sysroot to be present. This introduces the correct dependency so that the package task works correctly. (From OE-Core rev: 938d12d9c63fdac97b86a7b9f33cfa05c262e874) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -83,6 +83,8 @@ fi
|
||||
d.setVar('pkg_preinst_${PN}', preinst)
|
||||
}
|
||||
|
||||
addtask do_package after do_populate_sysroot
|
||||
|
||||
pkg_postinst_${PN}-update () {
|
||||
#!/bin/sh
|
||||
if [ -n "$D" ]; then
|
||||
|
||||
Reference in New Issue
Block a user