yaml-cpp: disable tests

fork is used in tests so build fails without MMU

Fixes:
- http://autobuild.buildroot.net/results/3cb7c4d93e466c6eef69aacd0e561a9fb569e69b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018.08.x
Fabrice Fontaine 2018-06-11 06:51:44 +02:00 committed by Peter Korsgaard
parent 12b70acb82
commit 693b27e225
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ YAML_CPP_LICENSE = MIT
YAML_CPP_LICENSE_FILES = LICENSE
# Disable testing and parse tools
YAML_CPP_CONF_OPTS += -DYAML_CPP_BUILD_TOOLS=OFF
YAML_CPP_CONF_OPTS += \
-DYAML_CPP_BUILD_TESTS=OFF \
-DYAML_CPP_BUILD_TOOLS=OFF
$(eval $(cmake-package))