From patchwork Sat Oct 10 10:03:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 528588 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 636D7140D24 for ; Sat, 10 Oct 2015 21:06:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 91D9990E90; Sat, 10 Oct 2015 10:06:16 +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 NfwQ+xuET-wS; Sat, 10 Oct 2015 10:06:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7E2FD90F46; Sat, 10 Oct 2015 10:04:36 +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 C3A301C44C3 for ; Sat, 10 Oct 2015 10:03:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BEC6CA3B31 for ; Sat, 10 Oct 2015 10:03:57 +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 NdxNazgEK2qh for ; Sat, 10 Oct 2015 10:03:57 +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 34331A3A11 for ; Sat, 10 Oct 2015 10:03:57 +0000 (UTC) Received: from adeos.localdomain (unknown [81.57.22.125]) by smtp1-g21.free.fr (Postfix) with ESMTP id B0488940026; Sat, 10 Oct 2015 12:03:55 +0200 (CEST) From: Romain Naour To: buildroot@buildroot.org Date: Sat, 10 Oct 2015 12:03:33 +0200 Message-Id: <1444471422-15118-29-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1444471422-15118-1-git-send-email-romain.naour@openwide.fr> References: <1444471422-15118-1-git-send-email-romain.naour@openwide.fr> Subject: [Buildroot] [PATCH v3 28/37] package/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 --- v3: update legacy option for 2015.11 update help text --- Config.in.legacy | 7 +++++++ package/Config.in | 1 - package/libedje/Config.in | 30 ------------------------------ package/libedje/libedje.mk | 28 ---------------------------- 4 files changed, 7 insertions(+), 59 deletions(-) delete mode 100644 package/libedje/Config.in delete mode 100644 package/libedje/libedje.mk diff --git a/Config.in.legacy b/Config.in.legacy index 940b6ab..ff388e2 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/Config.in b/package/Config.in index 0b24e57..f8e5a05 100644 --- a/package/Config.in +++ b/package/Config.in @@ -243,7 +243,6 @@ endif source "package/imagemagick/Config.in" source "package/libecore/Config.in" source "package/libeet/Config.in" - source "package/libedje/Config.in" source "package/libefreet/Config.in" source "package/libeina/Config.in" source "package/libeio/Config.in" diff --git a/package/libedje/Config.in b/package/libedje/Config.in deleted file mode 100644 index 299e86b..0000000 --- a/package/libedje/Config.in +++ /dev/null @@ -1,30 +0,0 @@ -comment "libedje needs a toolchain w/ threads, wchar" - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR - -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 - depends on BR2_USE_MMU # efl - depends on BR2_USE_WCHAR # efl - 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/libedje/libedje.mk b/package/libedje/libedje.mk deleted file mode 100644 index 59189e4..0000000 --- a/package/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))