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>
This commit is contained in:
parent
12b70acb82
commit
693b27e225
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user