From 30128ef4d017add8e8300df43a983001a67455d8 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sun, 27 Nov 2016 17:16:40 +0100 Subject: package/google-breakpad: bump to the latest version This version add the C++11 support and microdump. Add the C++11 dependency since it's now mendatory. Use the same linux-syscall-support version as the one defined by DEPS file in the Google-breakpad sources. Signed-off-by: Romain Naour Cc: Pascal Huerst Cc: Frank Hunleth [Thomas: propagate the C++11 related dependency to BR2_GOOGLE_BREAKPAD_ENABLE.] Signed-off-by: Thomas Petazzoni --- Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 495b71ce03..7ea1e60692 100644 --- a/Config.in +++ b/Config.in @@ -529,6 +529,7 @@ config BR2_GOOGLE_BREAKPAD_ENABLE bool "Enable google-breakpad support" select BR2_PACKAGE_GOOGLE_BREAKPAD depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11 depends on BR2_USE_WCHAR depends on BR2_TOOLCHAIN_HAS_THREADS depends on (BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC) -- cgit v1.2.3