package/efl/libeio: remove package
authorRomain Naour <romain.naour@openwide.fr>
Tue, 15 Dec 2015 22:40:32 +0000 (23:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Dec 2015 23:05:07 +0000 (00:05 +0100)
Libeio is now available in efl package.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
package/efl/Config.in
package/efl/libeio/Config.in [deleted file]
package/efl/libeio/libeio.mk [deleted file]

index c161687bbbf34a122263516cdb5636df86dfbbda..4a99c7bffb3dd09796a062a3f9c40de2b0bde187 100644 (file)
@@ -107,6 +107,13 @@ endif
 ###############################################################################
 comment "Legacy options removed in 2016.02"
 
+config BR2_PACKAGE_LIBEIO
+       bool "libeio package has been removed"
+       select BR2_LEGACY
+       select BR2_PACKAGE_EFL
+       help
+         With EFL 1.15, libeio is now provided by the libefl package.
+
 config BR2_PACKAGE_LIBEMBRYO
        bool "libembryo package has been removed"
        select BR2_LEGACY
index 5947de2ce88493328ebd65a01448ac0d1570eb6b..58e8f65b29445016a10b99565d1516be8681af30 100644 (file)
@@ -20,7 +20,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"
diff --git a/package/efl/libeio/Config.in b/package/efl/libeio/Config.in
deleted file mode 100644 (file)
index 5b1e395..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-config BR2_PACKAGE_LIBEIO
-       bool "libeio"
-       select BR2_PACKAGE_LIBEET
-       select BR2_PACKAGE_LIBEINA
-       select BR2_PACKAGE_LIBECORE
-       depends on BR2_TOOLCHAIN_HAS_THREADS
-       help
-         Eio integrates with EFL (Ecore, Eina) to provide efficient
-         filesystem Input/Output (I/O). It use the best techniques to
-         achieve such purpose, like using at-variants, splice,
-         properly handling errors and doing it in an asynchronous
-         fashion by means of worker threads. It is also ported to
-         Windows, so multi-platform.
-
-         Whenever you need to list a directory, copy, move or delete
-         files, Eio will do that task better than you'd achieve with
-         naive implementations, and it is easy to use.
-
-         http://trac.enlightenment.org/e/wiki/Eio
-
-comment "libeio needs a toolchain w/ threads"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/efl/libeio/libeio.mk b/package/efl/libeio/libeio.mk
deleted file mode 100644 (file)
index e687c32..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-################################################################################
-#
-# libeio
-#
-################################################################################
-
-LIBEIO_VERSION = 1.7.10
-LIBEIO_SOURCE = eio-$(LIBEIO_VERSION).tar.bz2
-LIBEIO_SITE = http://download.enlightenment.org/releases
-LIBEIO_LICENSE = LGPLv2.1
-LIBEIO_LICENSE_FILES = COPYING
-
-LIBEIO_INSTALL_STAGING = YES
-LIBEIO_DEPENDENCIES = libeina libeet libecore
-
-$(eval $(autotools-package))