]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
musl-locales: explicitly depend on gettext-native
authorRoss Burton <ross.burton@arm.com>
Thu, 28 Apr 2022 12:55:59 +0000 (13:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Apr 2022 20:59:32 +0000 (21:59 +0100)
commit77ae1fe772f12677f9d86946d09d10534845723f
treeaabcfa9f744d47ac321ce64a71ba99f27fc58d82
parentdd91c4bec8335cab2bbd0b33caf50d314ca72bdc
musl-locales: explicitly depend on gettext-native

The gettext class is designed for use by applications with optional NLS
support: depending on the value of USE_NLS it will either depend on
gettext-minimal-native (just the autoconf macros) or gettext-native, and
will pass --enable-nls/--disable-nls as appropriate.

However, musl-locales specifically needs to run msgfmt at runtime,
so explicitly depend on gettext-native instead.

Also remove the redundant EXTRA_OECMAKE assignment.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl-locales_git.bb