| Message ID | 20260605091342.3248644-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Under Review |
| Headers | show |
| Series | sysstat: Add missing xz-native DEPENDS | expand |
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
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 <richard.purdie@linuxfoundation.org> --- meta/recipes-extended/sysstat/sysstat_12.7.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)