Bump buidlroot version to 2018.02.6
This commit is contained in:
18
bsp/buildroot/package/fmt/fmt.mk
Normal file
18
bsp/buildroot/package/fmt/fmt.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# fmt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FMT_VERSION = 4.0.0
|
||||
FMT_SITE = $(call github,fmtlib,fmt,$(FMT_VERSION))
|
||||
FMT_LICENSE = BSD-2-Clause
|
||||
FMT_LICENSE_FILES = LICENSE.rst
|
||||
FMT_INSTALL_STAGING = YES
|
||||
|
||||
FMT_CONF_OPTS = \
|
||||
-DHAVE_OPEN=ON \
|
||||
-DFMT_INSTALL=ON \
|
||||
-DFMT_TEST=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user