Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] sysvinit: Fix Reproducibility issue
@ 2020-02-07 14:40 Richard Purdie
  2020-02-07 14:40 ` [PATCH 2/3] libevdev: Fix determinism issue Richard Purdie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Purdie @ 2020-02-07 14:40 UTC (permalink / raw)
  To: openembedded-core

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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/sysvinit/sysvinit_2.96.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/sysvinit/sysvinit_2.96.bb b/meta/recipes-core/sysvinit/sysvinit_2.96.bb
index 2b146b1ef8f..349ea71837d 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.96.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.96.bb
@@ -29,6 +29,7 @@ B = "${S}/src"
 
 inherit update-alternatives features_check
 DEPENDS_append = " update-rc.d-native base-passwd virtual/crypt"
+do_package_setscene[depends] = "base-passwd:do_populate_sysroot"
 
 REQUIRED_DISTRO_FEATURES = "sysvinit"
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-07 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-07 14:40 [PATCH 1/3] sysvinit: Fix Reproducibility issue Richard Purdie
2020-02-07 14:40 ` [PATCH 2/3] libevdev: Fix determinism issue Richard Purdie
2020-02-07 14:40 ` [PATCH 3/3] perl: Fix various reproducibile build issues Richard Purdie
2020-02-07 15:02 ` ✗ patchtest: failure for "sysvinit: Fix Reproducibility ..." and 2 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox