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:
Apaczer
2023-03-11 21:06:02 +01:00
committed by GitHub
parent 534f7aea40
commit dcf31c6a1e
12528 changed files with 149032 additions and 303063 deletions
+6 -13
View File
@@ -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))