update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/mxml/mxml.mk
Normal file
16
bsp/buildroot-2017.02.11/package/mxml/mxml.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# mxml
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MXML_VERSION = 2.10
|
||||
MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/release-$(MXML_VERSION)
|
||||
MXML_LICENSE = LGPLv2+ with exceptions
|
||||
MXML_LICENSE_FILES = COPYING
|
||||
MXML_INSTALL_STAGING = YES
|
||||
|
||||
MXML_INSTALL_STAGING_OPTS = DSTROOT=$(STAGING_DIR) install
|
||||
MXML_INSTALL_TARGET_OPTS = DSTROOT=$(TARGET_DIR) install
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user