5946e3d2a7
Also: - License file renamed LICENSE -> License - Change license hash because copyright year changed 2019 -> 2020 - Separate the fields in the hash file by two spaces Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
447 B
Makefile
16 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# libyaml
|
|
#
|
|
################################################################################
|
|
|
|
LIBYAML_VERSION = 0.2.5
|
|
LIBYAML_SOURCE = yaml-$(LIBYAML_VERSION).tar.gz
|
|
LIBYAML_SITE = http://pyyaml.org/download/libyaml
|
|
LIBYAML_INSTALL_STAGING = YES
|
|
LIBYAML_LICENSE = MIT
|
|
LIBYAML_LICENSE_FILES = License
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|