From patchwork Tue Sep 8 21:20:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 515590 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 9537C140345 for ; Wed, 9 Sep 2015 07:21:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AEA63A470B; Tue, 8 Sep 2015 21:21:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gikp7WmsIqwr; Tue, 8 Sep 2015 21:21:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6EC9BA46D2; Tue, 8 Sep 2015 21:21:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 09B791CE8AA for ; Tue, 8 Sep 2015 21:20:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 057B596769 for ; Tue, 8 Sep 2015 21:20:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aW5NKLJ8cq0G for ; Tue, 8 Sep 2015 21:20:32 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by hemlock.osuosl.org (Postfix) with ESMTPS id E15D996761 for ; Tue, 8 Sep 2015 21:20:31 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id E1C8A9400AA; Tue, 8 Sep 2015 23:20:29 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Tue, 8 Sep 2015 23:20:07 +0200 Message-Id: <1441747212-27421-34-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr> References: <1441747212-27421-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PACH v2 33/38] package/libedbus: remove package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Libedbus is now available in efl package. Signed-off-by: Romain Naour --- Config.in.legacy | 7 +++++++ package/Config.in | 1 - package/libedbus/Config.in | 44 -------------------------------------------- package/libedbus/libedbus.mk | 37 ------------------------------------- 4 files changed, 7 insertions(+), 82 deletions(-) delete mode 100644 package/libedbus/Config.in delete mode 100644 package/libedbus/libedbus.mk diff --git a/Config.in.legacy b/Config.in.legacy index b4ef5b0..4022fba 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2015.08" +config BR2_PACKAGE_LIBEDBUS + bool "libedbus package has been removed" + select BR2_LEGACY + select BR2_PACKAGE_EFL + help + The libedbus package has been removed with the efl bump to 1.14. + config BR2_PACKAGE_LIBEFREET bool "libefreet package has been removed" select BR2_LEGACY diff --git a/package/Config.in b/package/Config.in index 71a392d..04b583b 100644 --- a/package/Config.in +++ b/package/Config.in @@ -244,7 +244,6 @@ endif source "package/libecore/Config.in" source "package/libeet/Config.in" source "package/libeina/Config.in" - source "package/libedbus/Config.in" source "package/libelementary/Config.in" source "package/libevas/Config.in" source "package/libevas-generic-loaders/Config.in" diff --git a/package/libedbus/Config.in b/package/libedbus/Config.in deleted file mode 100644 index d3752ee..0000000 --- a/package/libedbus/Config.in +++ /dev/null @@ -1,44 +0,0 @@ -config BR2_PACKAGE_LIBEDBUS - bool "libedbus" - select BR2_PACKAGE_LIBEINA - select BR2_PACKAGE_LIBECORE - select BR2_PACKAGE_DBUS - depends on BR2_TOOLCHAIN_HAS_THREADS # dbus - depends on BR2_USE_MMU # dbus, efl - depends on BR2_USE_WCHAR # efl - help - E_Dbus is a set of wrappers around D-Bus APIs so they can be - easily used by EFL applications, automatically providing - Ecore/main loop integration, as well as Eina data types. - - http://trac.enlightenment.org/e/wiki/E_Dbus - -if BR2_PACKAGE_LIBEDBUS - -config BR2_PACKAGE_LIBEDBUS_BLUEZ - bool "bluez support" - depends on !BR2_STATIC_LIBS # bluez_utils - depends on BR2_TOOLCHAIN_HAS_THREADS # bluez_utils -> glib2 - select BR2_PACKAGE_BLUEZ_UTILS - help - Bluetooth support. - -comment "bluez support needs a toolchain w/ threads, dynamic library" - depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS - -config BR2_PACKAGE_LIBEDBUS_CONNMAN - bool "connman support" - depends on BR2_PACKAGE_CONNMAN - help - Connection manager support. - -config BR2_PACKAGE_LIBEDBUS_NOTIFY - bool "notify support" - help - Notify support. - -endif - -comment "libedbus needs a toolchain w/ threads, wchar" - depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR diff --git a/package/libedbus/libedbus.mk b/package/libedbus/libedbus.mk deleted file mode 100644 index 634ceaf..0000000 --- a/package/libedbus/libedbus.mk +++ /dev/null @@ -1,37 +0,0 @@ -################################################################################ -# -# libedbus -# -################################################################################ - -LIBEDBUS_VERSION = 1.7.10 -LIBEDBUS_SOURCE = e_dbus-$(LIBEDBUS_VERSION).tar.bz2 -LIBEDBUS_SITE = http://download.enlightenment.org/releases -LIBEDBUS_LICENSE = BSD-2c -LIBEDBUS_LICENSE_FILES = COPYING - -LIBEDBUS_INSTALL_STAGING = YES - -LIBEDBUS_DEPENDENCIES = host-pkgconf dbus libeina libecore - -ifeq ($(BR2_PACKAGE_LIBEDBUS_BLUEZ),y) -LIBEDBUS_CONF_OPTS += --enable-ebluez -LIBEDBUS_DEPENDENCIES += bluez_utils -else -LIBEDBUS_CONF_OPTS += --disable-ebluez -endif - -ifeq ($(BR2_PACKAGE_LIBEDBUS_CONNMAN),y) -LIBEDBUS_CONF_OPTS += --enable-econnman0_7x -LIBEDBUS_DEPENDENCIES += connman -else -LIBEDBUS_CONF_OPTS += --disable-econnman0_7x -endif - -ifeq ($(BR2_PACKAGE_LIBEDBUS_NOTIFY),y) -LIBEDBUS_CONF_OPTS += --enable-enotify --disable-edbus-notify-test -else -LIBEDBUS_CONF_OPTS += --disable-enotify -endif - -$(eval $(autotools-package))