Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linknx: deprecate the package
@ 2016-08-18 21:07 Thomas Petazzoni
  2016-08-19 21:45 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-08-18 21:07 UTC (permalink / raw)
  To: buildroot

The upstream for this package is dead: the last release is from 2013,
the project is still using a CVS repository on SourceForge, and the
build breaks with gcc 6.x. Let's deprecate this package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/linknx/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/linknx/Config.in b/package/linknx/Config.in
index ca55c8b..0da136b 100644
--- a/package/linknx/Config.in
+++ b/package/linknx/Config.in
@@ -6,6 +6,9 @@ config BR2_PACKAGE_LINKNX
 	       if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_USE_MMU # libpthsem
+	# upstream is dead (CVS on SourceForge), no release since
+	# 2013, build breaks with gcc 6.x
+	depends on BR2_DEPRECATED_SINCE_2016_08
 	help
 	  Linknx is an automation platform providing high level functionalities
 	  to EIB/KNX installation.
@@ -15,3 +18,4 @@ config BR2_PACKAGE_LINKNX
 comment "linknx needs a toolchain w/ C++"
 	depends on BR2_USE_MMU
 	depends on !BR2_INSTALL_LIBSTDCPP
+	depends on BR2_DEPRECATED_SINCE_2016_08
-- 
2.7.4

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 21:07 [Buildroot] [PATCH] linknx: deprecate the package Thomas Petazzoni
2016-08-19 21:45 ` Yann E. MORIN
2016-08-20 10:24   ` Thomas Petazzoni

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