[Buildroot] [PATCH] python: firefox host-python dependency needs --enable-unicodedata

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Aug 21 11:23:39 UTC 2012


Le Wed, 15 Aug 2012 22:00:26 +0300,
Stefan Froberg <stefan.froberg at petroprogram.com> a écrit :

> +ifneq ($(BR2_PACKAGE_PYTHON_UNICODEDATA),y)
> +	HOST_PYTHON_CONF_OPT += --disable-unicodedata	
> +else
> +	HOST_PYTHON_CONF_OPT += --enable-unicodedata
> +endif

No, this is not correct. The BR2_PACKAGE_* options are here to
configure the *target* packages. Host packages that are only
dependencies to build target packages do not have kconfig options. So
in this case, the only solution is to simply use --enable-unicodedata
unconditionally to the host-python build.

Can you post an updated patch with this change?

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list