From patchwork Tue Dec 15 22:40:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 557159 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2A3FD1402D9 for ; Wed, 16 Dec 2015 09:42:35 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 50A7133A6C; Tue, 15 Dec 2015 22:42:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4YcQc9XrY-XS; Tue, 15 Dec 2015 22:42:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D9C0D33A9D; Tue, 15 Dec 2015 22:41:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 715AD1C0FCC for ; Tue, 15 Dec 2015 22:40:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6F15FA5BAC for ; Tue, 15 Dec 2015 22:40:51 +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 iP6Pn2iWXJ-0 for ; Tue, 15 Dec 2015 22:40:50 +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 fraxinus.osuosl.org (Postfix) with ESMTPS id A7368A5A62 for ; Tue, 15 Dec 2015 22:40:50 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 47683940130; Tue, 15 Dec 2015 23:40:48 +0100 (CET) From: Romain Naour To: buildroot@buildroot.org Date: Tue, 15 Dec 2015 23:40:32 +0100 Message-Id: <1450219240-16938-21-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1450219240-16938-1-git-send-email-romain.naour@openwide.fr> References: <1450219240-16938-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v10 20/28] package/efl/libeio: 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" Libeio is now available in efl package. Signed-off-by: Romain Naour Reviewed-by: "Yann E. MORIN" --- v6: Improve lecacy help text (Yann E.Morin) v5: remove libeio directory v4: update Config.in to use libefl v3: update legacy option for 2015.11 update help text --- Config.in.legacy | 7 +++++++ package/efl/Config.in | 1 - package/efl/libeio/Config.in | 22 ---------------------- package/efl/libeio/libeio.mk | 16 ---------------- 4 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 package/efl/libeio/Config.in delete mode 100644 package/efl/libeio/libeio.mk diff --git a/Config.in.legacy b/Config.in.legacy index c161687..4a99c7b 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2016.02" +config BR2_PACKAGE_LIBEIO + bool "libeio package has been removed" + select BR2_LEGACY + select BR2_PACKAGE_EFL + help + With EFL 1.15, libeio is now provided by the libefl package. + config BR2_PACKAGE_LIBEMBRYO bool "libembryo package has been removed" select BR2_LEGACY diff --git a/package/efl/Config.in b/package/efl/Config.in index 5947de2..58e8f65 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -20,7 +20,6 @@ source "package/efl/libecore/Config.in" source "package/efl/libeet/Config.in" source "package/efl/libefl/Config.in" source "package/efl/libefreet/Config.in" -source "package/efl/libeio/Config.in" source "package/efl/libevas/Config.in" source "package/efl/libelementary/Config.in" source "package/efl/libedbus/Config.in" diff --git a/package/efl/libeio/Config.in b/package/efl/libeio/Config.in deleted file mode 100644 index 5b1e395..0000000 --- a/package/efl/libeio/Config.in +++ /dev/null @@ -1,22 +0,0 @@ -config BR2_PACKAGE_LIBEIO - bool "libeio" - select BR2_PACKAGE_LIBEET - select BR2_PACKAGE_LIBEINA - select BR2_PACKAGE_LIBECORE - depends on BR2_TOOLCHAIN_HAS_THREADS - help - Eio integrates with EFL (Ecore, Eina) to provide efficient - filesystem Input/Output (I/O). It use the best techniques to - achieve such purpose, like using at-variants, splice, - properly handling errors and doing it in an asynchronous - fashion by means of worker threads. It is also ported to - Windows, so multi-platform. - - Whenever you need to list a directory, copy, move or delete - files, Eio will do that task better than you'd achieve with - naive implementations, and it is easy to use. - - http://trac.enlightenment.org/e/wiki/Eio - -comment "libeio needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS diff --git a/package/efl/libeio/libeio.mk b/package/efl/libeio/libeio.mk deleted file mode 100644 index e687c32..0000000 --- a/package/efl/libeio/libeio.mk +++ /dev/null @@ -1,16 +0,0 @@ -################################################################################ -# -# libeio -# -################################################################################ - -LIBEIO_VERSION = 1.7.10 -LIBEIO_SOURCE = eio-$(LIBEIO_VERSION).tar.bz2 -LIBEIO_SITE = http://download.enlightenment.org/releases -LIBEIO_LICENSE = LGPLv2.1 -LIBEIO_LICENSE_FILES = COPYING - -LIBEIO_INSTALL_STAGING = YES -LIBEIO_DEPENDENCIES = libeina libeet libecore - -$(eval $(autotools-package))