[Buildroot] [PATCH v3 36/37] package/libeina: remove package

Romain Naour romain.naour at openwide.fr
Sat Oct 10 10:03:41 UTC 2015


Libeina is now available in efl package.

Signed-off-by: Romain Naour <romain.naour at openwide.fr>
---
v3: update legacy option for 2015.11
    update help text
---
 Config.in.legacy           |  7 +++++++
 package/Config.in          |  1 -
 package/libeina/Config.in  | 12 ------------
 package/libeina/libeina.mk | 18 ------------------
 4 files changed, 7 insertions(+), 31 deletions(-)
 delete mode 100644 package/libeina/Config.in
 delete mode 100644 package/libeina/libeina.mk

diff --git a/Config.in.legacy b/Config.in.legacy
index 3c757dd..ba4cdb0 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -107,6 +107,13 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2015.11"
 
+config BR2_PACKAGE_LIBEINA
+	bool "libeina package has been removed"
+	select BR2_LEGACY
+	select BR2_PACKAGE_EFL
+	help
+	  The libeina package has been removed with the efl bump to 1.15.
+
 config BR2_PACKAGE_LIBEET
 	bool "libeet package has been removed"
 	select BR2_LEGACY
diff --git a/package/Config.in b/package/Config.in
index a92bb01..62054c8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -241,7 +241,6 @@ endif
 	source "package/fbv/Config.in"
 	source "package/freerdp/Config.in"
 	source "package/imagemagick/Config.in"
-	source "package/libeina/Config.in"
 	source "package/libelementary/Config.in"
 	source "package/libevas-generic-loaders/Config.in"
 	source "package/linux-fusion/Config.in"
diff --git a/package/libeina/Config.in b/package/libeina/Config.in
deleted file mode 100644
index 13a74eb..0000000
--- a/package/libeina/Config.in
+++ /dev/null
@@ -1,12 +0,0 @@
-config BR2_PACKAGE_LIBEINA
-	bool "libeina"
-	depends on BR2_USE_MMU # efl
-	depends on BR2_USE_WCHAR # efl
-	
-	help
-	  Eina is a tiny library to handle data types (list, hash, etc.)
-
-	  http://trac.enlightenment.org/e/wiki/Eina
-
-comment "libeina needs a toolchain w/ wchar"
-	depends on !BR2_USE_WCHAR
diff --git a/package/libeina/libeina.mk b/package/libeina/libeina.mk
deleted file mode 100644
index ae9f1c6..0000000
--- a/package/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))
-- 
2.4.3



More information about the buildroot mailing list