From patchwork Tue Dec 8 23:02:35 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 554111 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 CA4851402ED for ; Wed, 9 Dec 2015 10:04:22 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D1C1BA57E2; Tue, 8 Dec 2015 23:04:13 +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 GpWe9vpRcwqm; Tue, 8 Dec 2015 23:04:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1992EA57FD; Tue, 8 Dec 2015 23:03:44 +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 A9B581BFC09 for ; Tue, 8 Dec 2015 23:02:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A304B8C5FE for ; Tue, 8 Dec 2015 23:02: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 vU9eNUCKU7Jw for ; Tue, 8 Dec 2015 23:02:49 +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 E52938C497 for ; Tue, 8 Dec 2015 23:02:48 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id 9ED5D940072; Wed, 9 Dec 2015 00:01:54 +0100 (CET) From: Romain Naour To: buildroot@buildroot.org Date: Wed, 9 Dec 2015 00:02:35 +0100 Message-Id: <1449615756-19115-33-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1449615756-19115-1-git-send-email-romain.naour@openwide.fr> References: <1449615756-19115-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v8 32/33] package/efl/libeina: 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" Libeina 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 libeina 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/libeina/Config.in | 6 ------ package/efl/libeina/libeina.mk | 18 ------------------ 4 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 package/efl/libeina/Config.in delete mode 100644 package/efl/libeina/libeina.mk diff --git a/Config.in.legacy b/Config.in.legacy index 1df81ea..e1ea06f 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2016.02" +config BR2_PACKAGE_LIBEINA + bool "libeina package has been removed" + select BR2_LEGACY + select BR2_PACKAGE_EFL + help + With EFL 1.15, libeina is now provided by the libefl package. + config BR2_PACKAGE_LIBEET bool "libeet package has been removed" select BR2_LEGACY diff --git a/package/efl/Config.in b/package/efl/Config.in index 1dc466e..4e802ba 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -15,7 +15,6 @@ menuconfig BR2_PACKAGE_EFL if BR2_PACKAGE_EFL -source "package/efl/libeina/Config.in" source "package/efl/libefl/Config.in" source "package/efl/libelementary/Config.in" diff --git a/package/efl/libeina/Config.in b/package/efl/libeina/Config.in deleted file mode 100644 index 80600ad..0000000 --- a/package/efl/libeina/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -config BR2_PACKAGE_LIBEINA - bool "libeina" - help - Eina is a tiny library to handle data types (list, hash, etc.) - - http://trac.enlightenment.org/e/wiki/Eina diff --git a/package/efl/libeina/libeina.mk b/package/efl/libeina/libeina.mk deleted file mode 100644 index ae9f1c6..0000000 --- a/package/efl/libeina/libeina.mk +++ /dev/null @@ -1,18 +0,0 @@ -################################################################################ -# -# libeina -# -################################################################################ - -LIBEINA_VERSION = 1.7.10 -LIBEINA_SOURCE = eina-$(LIBEINA_VERSION).tar.bz2 -LIBEINA_SITE = http://download.enlightenment.org/releases -LIBEINA_LICENSE = LGPLv2.1+ -LIBEINA_LICENSE_FILES = COPYING - -LIBEINA_INSTALL_STAGING = YES - -LIBEINA_DEPENDENCIES = host-pkgconf - -$(eval $(autotools-package)) -$(eval $(host-autotools-package))