]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
gettext: Add missing xz-native DEPENDS for reproducibility master-next
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jun 2026 22:59:11 +0000 (23:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jun 2026 22:59:13 +0000 (23:59 +0100)
gettext target packages contain .xz archives and we need to use
xz-native to generate these in a reproducible way.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/gettext/gettext_1.0.bb

index e20ad8807def031f8ab9342c06c8125be8ca57fc..08b4819f2750433ebd2cd5d0f9d9b7573aadfe49 100644 (file)
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'libxml', '',
 # without glib in PACKAGECONFIG vendor copy of the lib will be used
 LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'glib', '', 'file://libtextstyle/lib/glib/ghash.c;md5=e3159f5ac38dfe77af5cc0ee104dab2d;beginline=10;endline=27', d)}"
 
-DEPENDS = "gettext-native virtual/libiconv"
+DEPENDS = "gettext-native virtual/libiconv xz-native"
 DEPENDS:class-native = "gettext-minimal-native"
 PROVIDES = "virtual/libintl virtual/gettext"
 PROVIDES:class-native = "virtual/gettext-native"