[Buildroot] [PATCHv4] fmt: new package

Baruch Siach baruch at tkos.co.il
Thu Apr 6 15:29:16 UTC 2017


Hi Semyon,

On Thu, Apr 06, 2017 at 05:27:02PM +0300, Semyon Kolganov wrote:
> +config BR2_PACKAGE_FMT
> +	bool "fmt"
> +	help
> +	  fmt is an open-source formatting library for C++. It can be used
> +	  as a safe alternative to printf or as a fast alternative to
> +	  IOStreams.
> +
> +comment "fmt needs a toolchain w/ C++"
> +	depends on BR2_INSTALL_LIBSTDCPP

This should be the dependency of BR2_PACKAGE_FMT, not of the comment. The 
comment should depend on !BR2_INSTALL_LIBSTDCPP, that is, the comment shows 
when the toolchain has no C++ support.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -



More information about the buildroot mailing list