[Buildroot] [git commit] package/poco: disable build for riscv

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Feb 21 08:30:57 UTC 2019


On Wed, 20 Feb 2019 21:51:09 +0100
Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> wrote:

> diff --git a/package/poco/Config.in b/package/poco/Config.in
> index 75e31b7e1e..7e1257146c 100644
> --- a/package/poco/Config.in
> +++ b/package/poco/Config.in
> @@ -6,7 +6,7 @@ config BR2_PACKAGE_POCO
>  	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
>  	depends on !BR2_STATIC_LIBS # dlopen()
>  	depends on !(BR2_arc || BR2_microblaze || BR2_mipsel \
> -		|| BR2_or1k || BR2_xtensa)
> +		|| BR2_or1k || BR2_riscv || BR2_xtensa)

Perhaps at some point we should invert this logic and move to an option
like this:

config BR2_PACKAGE_POCO_ARCH_SUPPORTS
	bool
	default y if ...
	default y if ...

Best regards,

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



More information about the buildroot mailing list