This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119373 additions and 73690 deletions
+7 -1
View File
@@ -4,7 +4,7 @@
#
################################################################################
YAML_CPP_VERSION = 0.6.2
YAML_CPP_VERSION = 0.6.3
YAML_CPP_SITE = $(call github,jbeder,yaml-cpp,yaml-cpp-$(YAML_CPP_VERSION))
YAML_CPP_INSTALL_STAGING = YES
YAML_CPP_LICENSE = MIT
@@ -15,4 +15,10 @@ YAML_CPP_CONF_OPTS += \
-DYAML_CPP_BUILD_TESTS=OFF \
-DYAML_CPP_BUILD_TOOLS=OFF
ifeq ($(BR2_STATIC_LIBS),y)
YAML_CPP_CONF_OPTS += -DYAML_BUILD_SHARED_LIBS=OFF
else
YAML_CPP_CONF_OPTS += -DYAML_BUILD_SHARED_LIBS=ON
endif
$(eval $(cmake-package))