]> code.ossystems Code Review - openembedded-core.git/commit
sysvinit: Fix Reproducibility issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Feb 2020 14:33:30 +0000 (14:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2020 13:39:20 +0000 (13:39 +0000)
commitcbcba43c18d67aea0ba41f019b357fbec6570ee1
tree6ef0fe3049fd8d0a0e91350990431d2b9b1ccef6
parent6e809474ab686fba6924d8b46fd0b9eab5c66c06
sysvinit: Fix Reproducibility issue

With a sequence like:

bitbake sysvinit
bitbake sysvinit -c clean
bitbake sysvinit -c package_write_ipk -f

then the resulting package has two files with group "root/70" rather
than "root/shutdown". The issue is that of do_package is a setscene
task, base-passwd isn't present. This patch fixes that dependency
but there may be other cases of this problem around.

[YOCTO #13776]

(From OE-Core rev: 0227e929021263c51d2e7db36224000fecb01f1c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb