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>
# 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"