diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-02 17:12:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-09 09:17:17 +0000 |
commit | 7a8dad878a48f18252a8d79336ce4f8225e4edd7 (patch) | |
tree | 04fd7789f2cc15c4796b53a8106ebaed907acd9c /meta/recipes-support/libmpc | |
parent | f00be81c5b85900745a3bd67ad2e212e24613aff (diff) | |
download | poky-7a8dad878a48f18252a8d79336ce4f8225e4edd7.tar.gz |
man-db: Fix reproducibility issue
Executing a sequence like:
bitbake man-db
bitbake man-db -c clean
bitbake man-db -c package_write_deb -f
results in the ownership of files in the man-db package changing from "man/man"
to "6/12". This is due to base-passwd not being installed in the recipe
sysroot.
Add the missing dependency so even if a recipe "re-packages", the name
of the user/group is found and the packages are reproducible.
[YOCTO #14172]
(From OE-Core rev: b8c71ab1bd8519dde77b38955473bc3b45976d48)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 769f8be29a192fd4fa0c4752f851fa3728d71179)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libmpc')
0 files changed, 0 insertions, 0 deletions