Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libsidplay2: broken with gcc6
@ 2016-08-09 19:44 Bernd Kuhls
  2016-08-09 19:51 ` Yann E. MORIN
  2016-08-09 19:52 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Bernd Kuhls @ 2016-08-09 19:44 UTC (permalink / raw)
  To: buildroot

Also propagate reverse dependency to kodi-audiodecoder-sidplay.

Fixes
http://autobuild.buildroot.net/results/4f5/4f57a7a37da0ce6d14a368272d982b4874a54927/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/kodi-audiodecoder-sidplay/Config.in | 1 +
 package/libsidplay2/Config.in               | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/package/kodi-audiodecoder-sidplay/Config.in b/package/kodi-audiodecoder-sidplay/Config.in
index ae99afa..db47a9c 100644
--- a/package/kodi-audiodecoder-sidplay/Config.in
+++ b/package/kodi-audiodecoder-sidplay/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_KODI_AUDIODECODER_SIDPLAY
 	bool "kodi-audiodecoder-sidplay"
+	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6 # libsidplay2
 	select BR2_PACKAGE_KODI_PLATFORM
 	select BR2_PACKAGE_LIBSIDPLAY2
 	help
diff --git a/package/libsidplay2/Config.in b/package/libsidplay2/Config.in
index 5698367..34fa7f7 100644
--- a/package/libsidplay2/Config.in
+++ b/package/libsidplay2/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBSIDPLAY2
 	bool "libsidplay2"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6
 	help
 	  Sidplay 2 is the second in the Sidplay series originally developed by
 	  Michael Schwendt. This version is written by Simon White and is cycle
@@ -10,4 +11,5 @@ config BR2_PACKAGE_LIBSIDPLAY2
 	  http://sourceforge.net/projects/sidplay2
 
 comment "libsidplay2 needs a toolchain w/ C++"
+	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6
 	depends on !BR2_INSTALL_LIBSTDCPP
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-09 20:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 19:44 [Buildroot] [PATCH 1/1] package/libsidplay2: broken with gcc6 Bernd Kuhls
2016-08-09 19:51 ` Yann E. MORIN
2016-08-09 19:52 ` Khem Raj
2016-08-09 20:04   ` Thomas Petazzoni
2016-08-09 20:15     ` Bernd Kuhls
2016-08-09 20:57       ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox