* [Buildroot] [PATCH] package/wvstreams: mark as deprecated
@ 2016-10-08 10:37 Romain Naour
2016-10-09 20:41 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-10-08 10:37 UTC (permalink / raw)
To: buildroot
As reported by J?rg and I [1] [2], wvstreams is not maintained anymore. Last
activity was on Github was 2011, the current version 1.6.1 dates from 2009.
Also it doesn't build anymore with a recent compiler (gcc5 and gcc6).
Instead of stacking patches forever, mark this wvstreams and wvdial deprecated
before removing them completely.
Remove following failures from autobuilders.
http://autobuild.buildroot.net/results/f01/f0166f030875ecaf0d757790de6361339071831e
http://autobuild.buildroot.net/results/32b/32b4eba8c7cbe8a3b1cde2d67f1af3f913fcc292
http://autobuild.buildroot.net/results/38f/38fefa126596c6e267ffaf0f2dd9c5e3dcf09aff
http://autobuild.buildroot.net/results/ea2/ea223c8a4f817541f55aa36c47b159a316031bff
[1] http://patchwork.ozlabs.org/patch/674238/
[2] http://patchwork.ozlabs.org/patch/505304/
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Simon Dawson <spdawson@gmail.com>
Cc: J?rg Krause <joerg.krause@embedded.rocks>
---
package/wvdial/Config.in | 2 ++
package/wvstreams/Config.in | 2 ++
2 files changed, 4 insertions(+)
diff --git a/package/wvdial/Config.in b/package/wvdial/Config.in
index 03730f3..0c13202 100644
--- a/package/wvdial/Config.in
+++ b/package/wvdial/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_WVDIAL
bool "wvdial"
+ depends on BR2_DEPRECATED_SINCE_2016_08
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # wvstreams
depends on !BR2_STATIC_LIBS # wvstreams
@@ -11,5 +12,6 @@ config BR2_PACKAGE_WVDIAL
http://wvdial.googlecode.com/
comment "wvdial needs a glibc or uClibc toolchain w/ C++, dynamic library"
+ depends on BR2_DEPRECATED_SINCE_2016_08
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
diff --git a/package/wvstreams/Config.in b/package/wvstreams/Config.in
index 3d2d8f4..a550c57 100644
--- a/package/wvstreams/Config.in
+++ b/package/wvstreams/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_WVSTREAMS
bool "wvstreams"
+ depends on BR2_DEPRECATED_SINCE_2016_08
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork()
@@ -13,5 +14,6 @@ config BR2_PACKAGE_WVSTREAMS
http://wvstreams.googlecode.com/
comment "wvstreams needs a glibc or uClibc toolchain w/ C++, dynamic library"
+ depends on BR2_DEPRECATED_SINCE_2016_08
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] package/wvstreams: mark as deprecated
2016-10-08 10:37 [Buildroot] [PATCH] package/wvstreams: mark as deprecated Romain Naour
@ 2016-10-09 20:41 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-09 20:41 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 8 Oct 2016 12:37:39 +0200, Romain Naour wrote:
> As reported by J?rg and I [1] [2], wvstreams is not maintained anymore. Last
> activity was on Github was 2011, the current version 1.6.1 dates from 2009.
>
> Also it doesn't build anymore with a recent compiler (gcc5 and gcc6).
> Instead of stacking patches forever, mark this wvstreams and wvdial deprecated
> before removing them completely.
>
> Remove following failures from autobuilders.
> http://autobuild.buildroot.net/results/f01/f0166f030875ecaf0d757790de6361339071831e
> http://autobuild.buildroot.net/results/32b/32b4eba8c7cbe8a3b1cde2d67f1af3f913fcc292
> http://autobuild.buildroot.net/results/38f/38fefa126596c6e267ffaf0f2dd9c5e3dcf09aff
> http://autobuild.buildroot.net/results/ea2/ea223c8a4f817541f55aa36c47b159a316031bff
>
> [1] http://patchwork.ozlabs.org/patch/674238/
> [2] http://patchwork.ozlabs.org/patch/505304/
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Simon Dawson <spdawson@gmail.com>
> Cc: J?rg Krause <joerg.krause@embedded.rocks>
> ---
> package/wvdial/Config.in | 2 ++
> package/wvstreams/Config.in | 2 ++
> 2 files changed, 4 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-09 20:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-08 10:37 [Buildroot] [PATCH] package/wvstreams: mark as deprecated Romain Naour
2016-10-09 20:41 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox