[Buildroot] [PATCH v2] package/libsigrok: blacklist CS powerpc toolchains

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed May 20 21:27:20 UTC 2015


Dear Romain Naour,

On Tue, 19 May 2015 13:09:57 +0200, Romain Naour wrote:
> Even though BR2_PACKAGE_LIBSIGROKCXX is selected, the C++
> binding is disabled due to lack of C++11 support in the toolchain.
> 
> Configure output:
> Enabled language bindings:
>  - C++............................. no (C++11 compiler required)
> 
> So disable libsigrok C++ binding and pulseview for CS powerpc toolchains.
> 
> Fixes:
> http://autobuild.buildroot.net/results/737/737453011ac0d13ab197258171ffa0f81bc4c368/
> 
> Signed-off-by: Romain Naour <romain.naour at openwide.fr>
> ---
> v2: Propagate the dependency to the Config.in's comment for pulseview
>     and libsigrok packages. (Thomas Petazzoni)
> ---
>  package/libsigrok/Config.in | 3 +++
>  package/pulseview/Config.in | 3 +++
>  2 files changed, 6 insertions(+)

Applied, thanks. However, I've changed the conditions from !(foo ||
bar) to !foo && !bar, which to me sounded more logical in this
situation.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list