1
0
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:
Richard Purdie
2011-11-29 10:40:23 +00:00
parent 0092c62b91
commit 31b57cbc6d
@@ -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