update buildroot to 2017.02.11
This commit is contained in:
11
bsp/buildroot-2017.02.11/package/lcdapi/Config.in
Normal file
11
bsp/buildroot-2017.02.11/package/lcdapi/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LCDAPI
|
||||
bool "lcdapi"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
C++ client API for lcdproc, containing a set of widget classes.
|
||||
|
||||
https://github.com/spdawson/lcdapi
|
||||
|
||||
comment "lcdapi needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
bsp/buildroot-2017.02.11/package/lcdapi/lcdapi.hash
Normal file
2
bsp/buildroot-2017.02.11/package/lcdapi/lcdapi.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 fa26b53fd543ebab825d55cafb4c88af6a71ac3dcf86d4e8bcd3592be4212b55 lcdapi-v0.10.tar.gz
|
||||
26
bsp/buildroot-2017.02.11/package/lcdapi/lcdapi.mk
Normal file
26
bsp/buildroot-2017.02.11/package/lcdapi/lcdapi.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# lcdapi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LCDAPI_VERSION = v0.10
|
||||
LCDAPI_SITE = $(call github,spdawson,lcdapi,$(LCDAPI_VERSION))
|
||||
LCDAPI_LICENSE = LGPLv2.1+
|
||||
LCDAPI_LICENSE_FILES = COPYING
|
||||
LCDAPI_AUTORECONF = YES
|
||||
LCDAPI_INSTALL_STAGING = YES
|
||||
|
||||
# Internal error, aborting at dw2gencfi.c:214 in emit_expr_encoded
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79509
|
||||
ifeq ($(BR2_m68k_cf),y)
|
||||
LCDAPI_CONF_OPTS += CXXFLAGS="$(TARGET_CXXFLAGS) -fno-dwarf2-cfi-asm"
|
||||
endif
|
||||
|
||||
define LCDAPI_CREATE_M4_DIR
|
||||
mkdir -p $(@D)/m4
|
||||
endef
|
||||
|
||||
LCDAPI_POST_PATCH_HOOKS += LCDAPI_CREATE_M4_DIR
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user