sysstat uses xz to compress man pages. The version from the host may vary and hence make the output non-reproducible so we need xz-native in DEPENDS to make the output deterministic.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-extended/sysstat/sysstat_12.7.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/sysstat/sysstat_12.7.9.bb b/meta/recipes-extended/sysstat/sysstat_12.7.9.bb index 3a06078e0e2..ffc7c0ac373 100644 --- a/meta/recipes-extended/sysstat/sysstat_12.7.9.bb +++ b/meta/recipes-extended/sysstat/sysstat_12.7.9.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb" SRCREV = "b8f987807e7c7ba5c1b2ca8b7b1e9d80e61bce6c" -DEPENDS += "base-passwd" +DEPENDS += "base-passwd xz-native" # autotools-brokensep as this package doesn't use automake inherit autotools-brokensep gettext systemd
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238156): https://lists.openembedded.org/g/openembedded-core/message/238156 Mute This Topic: https://lists.openembedded.org/mt/119659591/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
