[Buildroot] [PATCH 1/2] package/cmake: disable on unsupported architectures

Samuel Martin s.martin49 at gmail.com
Tue Mar 17 09:08:18 UTC 2015


Supported architectures are listed at [1].

Fixes:
  http://autobuild.buildroot.net/results/de9/de9021fdc63600536ffa91e4b8718584e3e5702c/
  http://autobuild.buildroot.net/results/0f1/0f1afc62e91ab798fa65685af3dea3caac663f11/

[1] https://github.com/Kitware/CMake/blob/master/Utilities/KWIML/ABI.h.in#L339

Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
---
 package/cmake/Config.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/cmake/Config.in b/package/cmake/Config.in
index 0b5bba9..eee2461 100644
--- a/package/cmake/Config.in
+++ b/package/cmake/Config.in
@@ -10,6 +10,12 @@ config BR2_PACKAGE_CMAKE_CTEST
 	select BR2_PACKAGE_EXPAT
 	select BR2_PACKAGE_BZIP2
 	select BR2_PACKAGE_XZ
+	depends on !BR2_arcle && !BR2_arceb
+	depends on !BR2_bfin
+	depends on !BR2_microblazeel && !BR2_microblazebe
+	depends on !BR2_nios2
+	depends on !BR2_sh && !BR2_sh64
+	depends on !BR2_xtensa
 	depends on BR2_USE_WCHAR # libarchive
 	depends on BR2_INSTALL_LIBSTDCPP
 	help
-- 
2.1.0



More information about the buildroot mailing list