]> code.ossystems Code Review - openembedded-core.git/commit
man-db: Fix reproducibility issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Jan 2021 17:12:43 +0000 (17:12 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 7 Jan 2021 07:02:08 +0000 (15:02 +0800)
commitba0797130d60d168ea85be4e5928492a73fa4e7b
treea77f57fcf825dc894215ae13bb53272ce426a003
parente71365fe128fe5e7d01232a1da62a3989e0d8eb2
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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 769f8be29a192fd4fa0c4752f851fa3728d71179)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-extended/man-db/man-db_2.9.3.bb