[Buildroot] [git commit] yaml-cpp: disable tests

Peter Korsgaard peter at korsgaard.com
Mon Jun 11 19:35:51 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=693b27e2252afbf7f31e9e7a8e7a661c18bb288a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

fork is used in tests so build fails without MMU

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/yaml-cpp/yaml-cpp.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/yaml-cpp/yaml-cpp.mk b/package/yaml-cpp/yaml-cpp.mk
index d97c84a7cf..97021ea421 100644
--- a/package/yaml-cpp/yaml-cpp.mk
+++ b/package/yaml-cpp/yaml-cpp.mk
@@ -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))


More information about the buildroot mailing list