From patchwork Sun Oct 18 20:29:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 532033 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id B60DE1402D1 for ; Mon, 19 Oct 2015 07:32:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E0EF88A29B; Sun, 18 Oct 2015 20:32:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KWqqrQ63tzQn; Sun, 18 Oct 2015 20:32:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 1C5908B342; Sun, 18 Oct 2015 20:31:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 082871C44B7 for ; Sun, 18 Oct 2015 20:30:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F0DD88A2EC for ; Sun, 18 Oct 2015 20:30:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H5JJs5CEEcYy for ; Sun, 18 Oct 2015 20:30:04 +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 whitealder.osuosl.org (Postfix) with ESMTPS id BC69A8A25A for ; Sun, 18 Oct 2015 20:30:02 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 3519E9400AD; Sun, 18 Oct 2015 22:30:01 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Sun, 18 Oct 2015 22:29:44 +0200 Message-Id: <1445200191-18404-29-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1445200191-18404-1-git-send-email-romain.naour@openwide.fr> References: <1445200191-18404-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v4 28/35] 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 --- 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 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Config.in.legacy b/Config.in.legacy index d0e2ca1..b0de4d3 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2015.11" +config BR2_PACKAGE_LIBEIO + bool "libeio package has been removed" + select BR2_LEGACY + select BR2_PACKAGE_EFL + help + The libeio package has been removed with the efl bump to 1.15. + 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 31dc066..9d258eb 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -19,7 +19,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"