Update buidlroot to version 2016.08.1
This commit is contained in:
22
bsp/buildroot/package/lksctp-tools/lksctp-tools.mk
Normal file
22
bsp/buildroot/package/lksctp-tools/lksctp-tools.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# lksctp-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LKSCTP_TOOLS_VERSION = 1.0.17
|
||||
LKSCTP_TOOLS_SITE = http://downloads.sourceforge.net/project/lksctp/lksctp-tools
|
||||
LKSCTP_TOOLS_INSTALL_STAGING = YES
|
||||
# configure not shipped
|
||||
LKSCTP_TOOLS_AUTORECONF = YES
|
||||
LKSCTP_TOOLS_LICENSE = LGPLv2.1 (library), GPLv2+ (programs)
|
||||
LKSCTP_TOOLS_LICENSE_FILES = COPYING.lib COPYING
|
||||
LKSCTP_TOOLS_CONF_OPTS = --disable-tests
|
||||
|
||||
# Cleanup installed target source code
|
||||
define LKSCTP_TOOLS_CLEANUP_TARGET
|
||||
rm -rf $(TARGET_DIR)/usr/share/lksctp-tools
|
||||
endef
|
||||
LKSCTP_TOOLS_POST_INSTALL_TARGET_HOOKS += LKSCTP_TOOLS_CLEANUP_TARGET
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user