From patchwork Sat Oct 24 21:01: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: 535478 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 CB9DE141344 for ; Sun, 25 Oct 2015 08:02:55 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B1C848789C; Sat, 24 Oct 2015 21:02:54 +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 2OkmIL_WL4Vj; Sat, 24 Oct 2015 21:02:50 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2864087965; Sat, 24 Oct 2015 21:02:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id EA4A61C1EB6 for ; Sat, 24 Oct 2015 21:01:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id D9FE0319D3 for ; Sat, 24 Oct 2015 21:01:39 +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 EEnK9fgaOHn3 for ; Sat, 24 Oct 2015 21:01:34 +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 silver.osuosl.org (Postfix) with ESMTPS id 45E592F270 for ; Sat, 24 Oct 2015 21:01:27 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id CB269940075; Sat, 24 Oct 2015 23:01:25 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Sat, 24 Oct 2015 23:01:07 +0200 Message-Id: <1445720476-21517-28-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1445720476-21517-1-git-send-email-romain.naour@openwide.fr> References: <1445720476-21517-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v5 27/36] package/efl/libedje: 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" Libedje is now available in efl package. Signed-off-by: Romain Naour Reviewed-by: "Yann E. MORIN" --- v5: remove libedje 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/libedje/Config.in | 28 ---------------------------- package/efl/libedje/libedje.mk | 28 ---------------------------- 4 files changed, 7 insertions(+), 57 deletions(-) delete mode 100644 package/efl/libedje/Config.in delete mode 100644 package/efl/libedje/libedje.mk diff --git a/Config.in.legacy b/Config.in.legacy index d35a241..3349c50 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -107,6 +107,13 @@ endif ############################################################################### comment "Legacy options removed in 2015.11" +config BR2_PACKAGE_LIBEDJE + bool "libedje package has been removed" + select BR2_LEGACY + select BR2_PACKAGE_EFL + help + The libedje package has been removed with the efl bump to 1.15. + config BR2_PACKAGE_LIBETHUMB bool "libethumb package has been removed" select BR2_LEGACY diff --git a/package/efl/Config.in b/package/efl/Config.in index 0729e02..5a14192 100644 --- a/package/efl/Config.in +++ b/package/efl/Config.in @@ -22,7 +22,6 @@ source "package/efl/libefreet/Config.in" source "package/efl/libeio/Config.in" source "package/efl/libevas/Config.in" source "package/efl/libembryo/Config.in" -source "package/efl/libedje/Config.in" source "package/efl/libelementary/Config.in" source "package/efl/libedbus/Config.in" diff --git a/package/efl/libedje/Config.in b/package/efl/libedje/Config.in deleted file mode 100644 index b163508..0000000 --- a/package/efl/libedje/Config.in +++ /dev/null @@ -1,28 +0,0 @@ -comment "libedje needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS - -config BR2_PACKAGE_LIBEDJE - bool "libedje" - select BR2_PACKAGE_LIBEINA - select BR2_PACKAGE_LIBEET - select BR2_PACKAGE_LIBECORE - select BR2_PACKAGE_LIBECORE_EVAS - select BR2_PACKAGE_LIBEMBRYO - select BR2_PACKAGE_LIBEVAS - select BR2_PACKAGE_LUA - depends on BR2_TOOLCHAIN_HAS_THREADS # libevas - help - A graphical layout and animation library for animated - resizable, compressed and scalable themes. - - http://trac.enlightenment.org/e/wiki/Edje - -if BR2_PACKAGE_LIBEDJE - -config BR2_PACKAGE_LIBEDJE_CC - bool "build edje_cc" - help - Build and install the Edje compiler for the target. Normally this - is not required. - -endif diff --git a/package/efl/libedje/libedje.mk b/package/efl/libedje/libedje.mk deleted file mode 100644 index 59189e4..0000000 --- a/package/efl/libedje/libedje.mk +++ /dev/null @@ -1,28 +0,0 @@ -################################################################################ -# -# libedje -# -################################################################################ - -LIBEDJE_VERSION = 1.7.10 -LIBEDJE_SOURCE = edje-$(LIBEDJE_VERSION).tar.bz2 -LIBEDJE_SITE = http://download.enlightenment.org/releases -LIBEDJE_LICENSE = GPLv2+ (epp binary), BSD-2c (everything else) -LIBEDJE_LICENSE_FILES = COPYING - -LIBEDJE_INSTALL_STAGING = YES - -LIBEDJE_DEPENDENCIES = \ - host-pkgconf lua libeina libeet libecore libevas \ - libembryo - -ifeq ($(BR2_PACKAGE_LIBEDJE_CC),y) -LIBEDJE_CONF_OPTS += --enable-edje-cc -else -LIBEDJE_CONF_OPTS += --disable-edje-cc -endif - -HOST_LIBEDJE_CONF_OPTS = --enable-edje-cc - -$(eval $(autotools-package)) -$(eval $(host-autotools-package))