6e246b16d8
The hash of the NOTICE file has changed due to the following minor update: -Exceptions to the Apache 2.0 License: -===================================== +(Optional) Exceptions to the Apache 2.0 License: +================================================ Also update hash file formatting (2 spaces) See changelog https://github.com/michaelrsweet/mxml/releases/tag/v3.2 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
530 B
Makefile
17 lines
530 B
Makefile
################################################################################
|
|
#
|
|
# mxml
|
|
#
|
|
################################################################################
|
|
|
|
MXML_VERSION = 3.2
|
|
MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/v$(MXML_VERSION)
|
|
MXML_LICENSE = Apache-2.0 with exceptions
|
|
MXML_LICENSE_FILES = LICENSE NOTICE
|
|
MXML_INSTALL_STAGING = YES
|
|
|
|
MXML_INSTALL_STAGING_OPTS = DSTROOT=$(STAGING_DIR) install
|
|
MXML_INSTALL_TARGET_OPTS = DSTROOT=$(TARGET_DIR) install
|
|
|
|
$(eval $(autotools-package))
|