diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-12-15 23:40:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 00:04:50 +0100 |
commit | 905dba10d74acc7440ca84abca632148a523a022 (patch) | |
tree | 74e67cd12f6b94dd49a494587ad42bc0c76b02e6 /package/efl/libethumb | |
parent | 68d32f64128ee8419954161d53c47f3d3df87309 (diff) | |
download | buildroot-905dba10d74acc7440ca84abca632148a523a022.tar.gz buildroot-905dba10d74acc7440ca84abca632148a523a022.zip |
package/efl/libethumb: remove package
Libethumb 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>
Diffstat (limited to 'package/efl/libethumb')
-rw-r--r-- | package/efl/libethumb/0001-ethumb-drop-unused-dlfcn.h-include.patch | 28 | ||||
-rw-r--r-- | package/efl/libethumb/Config.in | 15 | ||||
-rw-r--r-- | package/efl/libethumb/libethumb.mk | 27 |
3 files changed, 0 insertions, 70 deletions
diff --git a/package/efl/libethumb/0001-ethumb-drop-unused-dlfcn.h-include.patch b/package/efl/libethumb/0001-ethumb-drop-unused-dlfcn.h-include.patch deleted file mode 100644 index 834b0a8627..0000000000 --- a/package/efl/libethumb/0001-ethumb-drop-unused-dlfcn.h-include.patch +++ /dev/null @@ -1,28 +0,0 @@ -From f7eeddc88ce67c248ebb1e6b8a3cb74d61de42b4 Mon Sep 17 00:00:00 2001 -From: Peter Korsgaard <peter@korsgaard.com> -Date: Thu, 26 Nov 2015 22:07:24 +0100 -Subject: [PATCH] ethumb: drop unused dlfcn.h include - -ethumb includes dlfcn.h even though it isn't used, breaking builds with -purely static toolchains. - -Signed-off-by: Peter Korsgaard <peter@korsgaard.com> ---- - src/lib/ethumb.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/src/lib/ethumb.c b/src/lib/ethumb.c -index d1453a0..48c6a2d 100644 ---- a/src/lib/ethumb.c -+++ b/src/lib/ethumb.c -@@ -58,7 +58,6 @@ void *alloca (size_t); - #include <sys/types.h> - #include <sys/stat.h> - #include <dirent.h> --#include <dlfcn.h> - #include <ctype.h> - - #ifdef HAVE_XATTR --- -2.1.4 - diff --git a/package/efl/libethumb/Config.in b/package/efl/libethumb/Config.in deleted file mode 100644 index 3e9cbdedf7..0000000000 --- a/package/efl/libethumb/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -comment "libethumb needs a toolchain w/ threads" - depends on !BR2_TOOLCHAIN_HAS_THREADS - -config BR2_PACKAGE_LIBETHUMB - bool "libethumb" - select BR2_PACKAGE_LIBEINA - select BR2_PACKAGE_LIBEVAS - select BR2_PACKAGE_LIBECORE - select BR2_PACKAGE_LIBECORE_EVAS - select BR2_PACKAGE_LIBEDJE - depends on BR2_TOOLCHAIN_HAS_THREADS # libevas - help - Ethumb is a library for generating thumbnail images of documents. - - http://trac.enlightenment.org/e/wiki/Ethumb diff --git a/package/efl/libethumb/libethumb.mk b/package/efl/libethumb/libethumb.mk deleted file mode 100644 index 314ddf9bd2..0000000000 --- a/package/efl/libethumb/libethumb.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# -# libethumb -# -################################################################################ - -LIBETHUMB_VERSION = 1.7.10 -LIBETHUMB_SOURCE = ethumb-$(LIBETHUMB_VERSION).tar.bz2 -LIBETHUMB_SITE = http://download.enlightenment.org/releases -LIBETHUMB_LICENSE = LGPLv2.1+ -LIBETHUMB_LICENSE_FILES = COPYING - -LIBETHUMB_INSTALL_STAGING = YES - -LIBETHUMB_DEPENDENCIES = libeina libevas libecore libedje host-libedje - -LIBETHUMB_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc - -ifeq ($(BR2_PACKAGE_LIBEXIF),y) -LIBETHUMB_DEPENDENCIES += libexif -endif - -ifeq ($(BR2_PACKAGE_LIBEDBUS),y) -LIBETHUMB_DEPENDENCIES += libedbus -endif - -$(eval $(autotools-package)) |