update buildroot to 2017.02.11
This commit is contained in:
13
bsp/buildroot-2017.02.11/package/gflags/Config.in
Normal file
13
bsp/buildroot-2017.02.11/package/gflags/Config.in
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_GFLAGS
|
||||
bool "gflags"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
The gflags package contains a C++ library that implements
|
||||
commandline flags processing. It includes built-in support for
|
||||
standard types such as string and the ability to define flags
|
||||
in the source file in which they are used.
|
||||
|
||||
https://github.com/gflags/gflags
|
||||
|
||||
comment "gflags needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
2
bsp/buildroot-2017.02.11/package/gflags/gflags.hash
Normal file
2
bsp/buildroot-2017.02.11/package/gflags/gflags.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662 gflags-v2.1.2.tar.gz
|
||||
18
bsp/buildroot-2017.02.11/package/gflags/gflags.mk
Normal file
18
bsp/buildroot-2017.02.11/package/gflags/gflags.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# gflags
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GFLAGS_VERSION = v2.1.2
|
||||
GFLAGS_SITE = $(call github,gflags,gflags,$(GFLAGS_VERSION))
|
||||
GFLAGS_INSTALL_STAGING = YES
|
||||
GFLAGS_LICENSE = BSD-3c
|
||||
GFLAGS_LICENSE_FILES = COPYING.txt
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),)
|
||||
GFLAGS_CONF_OPTS = -DBUILD_gflags_LIB=OFF \
|
||||
-DCMAKE_CXX_FLAGS="$(TARGET_CXXFLAGS) -DNO_THREADS"
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user