[Buildroot] [PATCH] gst-plugins-good: fix typo BR2_TOOLCHAIN_HAS_THREAD

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Dec 20 08:50:20 UTC 2013


Hello Yann,

On Thu, 19 Dec 2013 22:02:23 +0100, Thomas De Schampheleire wrote:

>  comment "souphttpsrc needs a toolchain w/ wchar, threads"
> -	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREAD
> +	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

Do you know if there is a way of making kconfig complain loudly if
there is a reference to an undefined symbol?

I know of only one occurrence in Buildroot where we rely on a
non-existing symbol: BR2_BROKEN. But we could just as well define this
symbol to be always false.

Having such a check would help ensuring we don't make typos on symbol
names.

Thanks!

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


More information about the buildroot mailing list