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

* [Buildroot] [PATCH] linknx: deprecate the package
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2016-08-19 21:45 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2016-08-18 23:07 +0200, Thomas Petazzoni spake thusly:
> 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>

I just patched it to drop a musl compatibility patch... Sob... :.-/

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  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
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] linknx: deprecate the package
  2016-08-19 21:45 ` Yann E. MORIN
@ 2016-08-20 10:24   ` Thomas Petazzoni
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-08-20 10:24 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 19 Aug 2016 23:45:21 +0200, Yann E. MORIN wrote:

> I just patched it to drop a musl compatibility patch... Sob... :.-/

You were so sad to see this package being deprecated that I decided to
have a closer look. In the end:

 1/ The issue was easy enough.

 2/ I found some activity upstream on Github at
    https://github.com/linknx/linknx, so I was even able to submit the
    fix upstream.

So issue fixed as of
https://git.buildroot.org/buildroot/commit/?id=780a88bc97294575c23c4f17513009d84c1bb4d2.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[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