mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
In native builds we attempt to turn off i18n but this doesn't work in Meson yet[1] but as the gettext class reduces dependencies in native builds we need to add gettext-native to DEPENDS explicitly. [1] https://github.com/mesonbuild/meson/issues/821 (From OE-Core rev: 964ea8bfc455f6017dc834104d96b8f5aa40a5bc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>