[Buildroot] [PATCH v3 1/3] package/libtextstyle: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Apr 21 20:21:40 UTC 2020


On Tue, 21 Apr 2020 10:07:42 -0700
aduskett at gmail.com wrote:

> diff --git a/package/libtextstyle/Config.in b/package/libtextstyle/Config.in
> new file mode 100644
> index 0000000000..6858be5bf6
> --- /dev/null
> +++ b/package/libtextstyle/Config.in
> @@ -0,0 +1,14 @@
> +config BR2_PACKAGE_LIBTEXTSTYLE
> +	bool "libtextstyle"
> +	depends on BR2_USE_WCHAR

We don't need a target variant of libtextstyle, at least as far as I
could test when looking at the v2 of your series. Indeed, libtextstyle
is needed to build gettext-tools, but not to build gettext-runtime.

So you can drop the target variant of libtextstyle entirely, make
libtextstyle a host-only package, and of course in gettext-gnu, only
use host-libtextstyle for the host-gettext-gnu.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list