1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-25 12:48:03 +00:00
Files
operating-system/buildroot/package/yaml-cpp/yaml-cpp.mk
Pascal Vizeli 4411307353 Buildroot 2018-11 (#258)
* Update to buildroot 2018.11

* containerd update

* runc update

* runc docker engine

* runc docker proxy

* update rpi firmware

* update network manager

* update dhcpd

* update wait on network

* update rpi wifi

* revert glibc
2018-11-26 11:04:01 +01:00

19 lines
509 B
Makefile

################################################################################
#
# yaml-cpp
#
################################################################################
YAML_CPP_VERSION = 0.6.2
YAML_CPP_SITE = $(call github,jbeder,yaml-cpp,yaml-cpp-$(YAML_CPP_VERSION))
YAML_CPP_INSTALL_STAGING = YES
YAML_CPP_LICENSE = MIT
YAML_CPP_LICENSE_FILES = LICENSE
# Disable testing and parse tools
YAML_CPP_CONF_OPTS += \
-DYAML_CPP_BUILD_TESTS=OFF \
-DYAML_CPP_BUILD_TOOLS=OFF
$(eval $(cmake-package))