mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/connman-gtk: remove package
Analysis of https://github.com/jgke/connman-gtk: marked as read-only: Oct 2021 last commit: Jun 2018 last bug report: Oct 2021 last pull request: Apr 2020 The package is broken with gcc 15.x and no other package depends on it. Fixes: https://autobuild.buildroot.net/results/54d/54d8cc10e4d017deabf8664898a2d09e3a115f66/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
758aed6658
commit
3a2dafb467
@@ -146,6 +146,12 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2026.02"
|
||||
|
||||
config BR2_PACKAGE_CONNMAN_GTK
|
||||
bool "connman-gtk has been removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
connman-gtk is unmaintained and has been removed
|
||||
|
||||
config BR2_PACKAGE_LIBMHASH
|
||||
bool "libmhash has been removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
@@ -2461,7 +2461,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"
|
||||
|
||||
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
# Locally calculated
|
||||
sha256 49bdc4769a7c508b0130e4705eef21aec9df1ea4f5c29fee48a0cae8db828fca connman-gtk-1.1.1.tar.bz2
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user