[Buildroot] Odd comment in openntpd/Config.in

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Feb 6 18:20:28 UTC 2017


Hello,

On Mon, 6 Feb 2017 17:10:56 +0000 (UTC), Grant Edwards wrote:
> In https://git.busybox.net/buildroot/tree/package/openntpd/Config.in:
> 
> config BR2_PACKAGE_OPENNTPD
>        bool "openntpd"
>        depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
>        [...]
> 
> comment "openntpd needs a toolchain w/ NPTL"
>         [...]
>         depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
> 
> Is the "!" in the comment is a typo?

No, what you see is correct. We want the comment to show up when the
toolchain doesn't provide NPTL so that the user knows why openntpd is
not selectable.

Best regards,

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


More information about the buildroot mailing list