summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-01-01 21:02:22 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-01 22:01:00 +0100
commit63b6665092f9bd12eba8d5ba520d81e7369ea3a4 (patch)
treea8aa4e8215304e3b45e30416827772ff923d0ca9
parentecd0a2b5626410a434cea70db2b0e7d9bea9fe07 (diff)
downloadbuildroot-63b6665092f9bd12eba8d5ba520d81e7369ea3a4.tar.gz
buildroot-63b6665092f9bd12eba8d5ba520d81e7369ea3a4.zip
package:sysdig: propagate dependencies from jsoncpp
sysdig select jsoncpp which needs a gcc compiler >= 4.7 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/sysdig/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in
index 151e75d5f3..dfb9db5065 100644
--- a/package/sysdig/Config.in
+++ b/package/sysdig/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_SYSDIG
depends on BR2_LINUX_KERNEL
depends on BR2_INSTALL_LIBSTDCPP # libjson
depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # jsoncpp
depends on !BR2_STATIC_LIBS # luajit
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LUAJIT
@@ -16,6 +17,7 @@ config BR2_PACKAGE_SYSDIG
http://sysdig.org
-comment "sysdig needs a toolchain w/ C++, dynamic library and a Linux kernel to be built"
- depends on !BR2_LINUX_KERNEL || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
+comment "sysdig needs a toolchain w/ C++, gcc >= 4.7, dynamic library and a Linux kernel to be built"
+ depends on !BR2_LINUX_KERNEL || !BR2_INSTALL_LIBSTDCPP \
+ || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS
depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
OpenPOWER on IntegriCloud