mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -4,22 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YAML_CPP_VERSION = 0.6.3
|
||||
YAML_CPP_SITE = $(call github,jbeder,yaml-cpp,yaml-cpp-$(YAML_CPP_VERSION))
|
||||
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
|
||||
YAML_CPP_CPE_ID_VENDOR = yaml-cpp_project
|
||||
YAML_CPP_LICENSE_FILES = license.txt
|
||||
|
||||
YAML_CPP_DEPENDENCIES = boost
|
||||
|
||||
# Disable testing and parse tools
|
||||
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
|
||||
YAML_CPP_CONF_OPTS += -DYAML_CPP_BUILD_TOOLS=OFF
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user