update buildroot to 2017.02.11
This commit is contained in:
21
bsp/buildroot-2017.02.11/package/tslib/tslib.mk
Normal file
21
bsp/buildroot-2017.02.11/package/tslib/tslib.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# tslib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TSLIB_VERSION = 1.5
|
||||
TSLIB_SITE = https://github.com/kergoth/tslib/releases/download/$(TSLIB_VERSION)
|
||||
TSLIB_SOURCE = tslib-$(TSLIB_VERSION).tar.xz
|
||||
TSLIB_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (libraries)
|
||||
TSLIB_LICENSE_FILES = COPYING
|
||||
|
||||
TSLIB_AUTORECONF = YES
|
||||
TSLIB_INSTALL_STAGING = YES
|
||||
TSLIB_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6),)
|
||||
TSLIB_CONF_OPTS += --disable-tools
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user