ec34f19f94
Google Code is a closing forge, yaml-cpp has already made the move to Github. Since a new release was available a bump was also in order. The hash is removed since the tarball from Github is generated. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
426 B
Makefile
16 lines
426 B
Makefile
################################################################################
|
|
#
|
|
# yaml-cpp
|
|
#
|
|
################################################################################
|
|
|
|
YAML_CPP_VERSION = 0.5.2
|
|
YAML_CPP_SITE = $(call github,jbeder,yaml-cpp,release-$(YAML_CPP_VERSION))
|
|
YAML_CPP_INSTALL_STAGING = YES
|
|
YAML_CPP_LICENSE = MIT
|
|
YAML_CPP_LICENSE_FILES = license.txt
|
|
|
|
YAML_CPP_DEPENDENCIES = boost
|
|
|
|
$(eval $(cmake-package))
|