All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH] package/connman-gtk: remove package
Date: Tue, 16 Dec 2025 16:54:05 +0200	[thread overview]
Message-ID: <87zf7i5vg2.fsf@tarshish> (raw)
In-Reply-To: <20251216135633.1413876-1-thomas.petazzoni@bootlin.com> (Thomas Petazzoni via buildroot's message of "Tue, 16 Dec 2025 14:56:32 +0100")

Hi Thomas,

On Tue, Dec 16 2025, Thomas Petazzoni via buildroot wrote:
> - Last upstream release: December 2015
> - Last upstream commit: June 2018
> - Github repo marked as archived/read-only
> - No maintainer in DEVELOPERS file
> - Doesn't build with recent Gtk versions

Bernd posted a similar patch a few days ago as part of a larger removals
series:

  https://patchwork.ozlabs.org/project/buildroot/patch/20251213202503.1348845-4-bernd@kuhls.net/

baruch

> Fixes:
>
>   https://autobuild.buildroot.net/results/54d8cc10e4d017deabf8664898a2d09e3a115f66/
>
> (This has been broken for a long time, this build falure is from
> January 2025, so our LTS branch is similarly affected)
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  Config.in.legacy                     |  7 +++++++
>  package/Config.in                    |  1 -
>  package/connman-gtk/Config.in        | 22 ----------------------
>  package/connman-gtk/connman-gtk.hash |  3 ---
>  package/connman-gtk/connman-gtk.mk   | 17 -----------------
>  5 files changed, 7 insertions(+), 43 deletions(-)
>  delete mode 100644 package/connman-gtk/Config.in
>  delete mode 100644 package/connman-gtk/connman-gtk.hash
>  delete mode 100644 package/connman-gtk/connman-gtk.mk
>
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 07d5034860..3473dbf010 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -146,6 +146,13 @@ endif
>  
>  comment "Legacy options removed in 2026.02"
>  
> +config BR2_PACKAGE_CONNMAN_GTK
> +	bool "connman-gtk"
> +	select BR2_LEGACY
> +	help
> +	  connman-gtk has been removed as it was no longer maintained
> +	  upstream.
> +
>  config BR2_PACKAGE_RPI_USERLAND
>  	bool "rpi-userland has been removed"
>  	select BR2_LEGACY
> diff --git a/package/Config.in b/package/Config.in
> index 0ffdf5f4d6..f72b935d5a 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -2458,7 +2458,6 @@ endif
>  	source "package/civetweb/Config.in"
>  	source "package/cloudflared/Config.in"
>  	source "package/connman/Config.in"
> -	source "package/connman-gtk/Config.in"
>  	source "package/conntrack-tools/Config.in"
>  	source "package/corkscrew/Config.in"
>  	source "package/crda/Config.in"
> diff --git a/package/connman-gtk/Config.in b/package/connman-gtk/Config.in
> deleted file mode 100644
> index 467bf7ec88..0000000000
> --- a/package/connman-gtk/Config.in
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -comment "connman-gtk needs libgtk3 and a glibc or uClibc toolchain w/ wchar, threads, resolver, dynamic library"
> -	depends on BR2_USE_MMU
> -	depends on BR2_TOOLCHAIN_HAS_SYNC_4
> -	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
> -		BR2_STATIC_LIBS || !BR2_PACKAGE_LIBGTK3 || \
> -		BR2_TOOLCHAIN_USES_MUSL
> -
> -config BR2_PACKAGE_CONNMAN_GTK
> -	bool "connman-gtk"
> -	depends on BR2_USE_WCHAR # libglib2, connman
> -	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, connman
> -	depends on BR2_USE_MMU # libglib2
> -	depends on !BR2_STATIC_LIBS # connman
> -	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # connman
> -	depends on !BR2_TOOLCHAIN_USES_MUSL # connman
> -	depends on BR2_PACKAGE_LIBGTK3
> -	select BR2_PACKAGE_CONNMAN
> -	select BR2_PACKAGE_LIBGLIB2
> -	help
> -	  GTK GUI for ConnMan.
> -
> -	  https://github.com/jgke/connman-gtk
> diff --git a/package/connman-gtk/connman-gtk.hash b/package/connman-gtk/connman-gtk.hash
> deleted file mode 100644
> index 72e2fcaaa5..0000000000
> --- a/package/connman-gtk/connman-gtk.hash
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -# Locally calculated
> -sha256  49bdc4769a7c508b0130e4705eef21aec9df1ea4f5c29fee48a0cae8db828fca  connman-gtk-1.1.1.tar.bz2
> -sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/connman-gtk/connman-gtk.mk b/package/connman-gtk/connman-gtk.mk
> deleted file mode 100644
> index 0ea49198e6..0000000000
> --- a/package/connman-gtk/connman-gtk.mk
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -################################################################################
> -#
> -# connman-gtk
> -#
> -################################################################################
> -
> -CONNMAN_GTK_VERSION = 1.1.1
> -CONNMAN_GTK_SITE = https://github.com/jgke/connman-gtk/releases/download/v$(CONNMAN_GTK_VERSION)
> -CONNMAN_GTK_SOURCE = connman-gtk-$(CONNMAN_GTK_VERSION).tar.bz2
> -CONNMAN_GTK_INSTALL_STAGING = YES
> -CONNMAN_GTK_DEPENDENCIES = host-intltool connman libglib2 libgtk3 \
> -	$(TARGET_NLS_DEPENDENCIES)
> -CONNMAN_GTK_LICENSE = GPL-2.0+
> -CONNMAN_GTK_LICENSE_FILES = COPYING
> -CONNMAN_GTK_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
> -
> -$(eval $(autotools-package))

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-12-16 14:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-16 13:56 [Buildroot] [PATCH] package/connman-gtk: remove package Thomas Petazzoni via buildroot
2025-12-16 14:54 ` Baruch Siach via buildroot [this message]
2025-12-16 16:20   ` Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zf7i5vg2.fsf@tarshish \
    --to=buildroot@buildroot.org \
    --cc=baruch@tkos.co.il \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.