summaryrefslogtreecommitdiff
path: root/package/efl
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 17:39:13 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 14:06:08 +0100
commit983b74fca799703dc3f22816e82e13bba3e4831b (patch)
treee8390986ebb4843a5e93788ae022796e0e2be7b3 /package/efl
parent0a9a9cd4061265a5d8e14de3d0a32ebf094f0340 (diff)
package/libelementary: move to package directory
As discussed on the list the two remaining packages in package/efl subdirectory will be moved to package/ directory. - Add the efl dependency to libelementary. - Set LIBELEMENTARY_VERSION with the version number directly. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/efl')
-rw-r--r--package/efl/Config.in1
-rw-r--r--package/efl/libelementary/Config.in14
-rw-r--r--package/efl/libelementary/libelementary.hash2
-rw-r--r--package/efl/libelementary/libelementary.mk37
4 files changed, 0 insertions, 54 deletions
diff --git a/package/efl/Config.in b/package/efl/Config.in
index 80658b2f0..7ef1b5bd9 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -16,7 +16,6 @@ menuconfig BR2_PACKAGE_EFL
if BR2_PACKAGE_EFL
source "package/efl/libefl/Config.in"
-source "package/efl/libelementary/Config.in"
endif # BR2_PACKAGE_EFL
diff --git a/package/efl/libelementary/Config.in b/package/efl/libelementary/Config.in
deleted file mode 100644
index ce597de6c..000000000
--- a/package/efl/libelementary/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-config BR2_PACKAGE_LIBELEMENTARY
- bool "libelementary"
- select BR2_PACKAGE_LIBEFL
- depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
- depends on !BR2_STATIC_LIBS
- help
- Elementary is a widget toolkit and EFL wrapper and convenience
- library to make it easy to build applications and tools with UIs
- with less code.
-
- https://enlightenment.org
-
-comment "libelementary needs a toolchain w/ threads, dynamic library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
diff --git a/package/efl/libelementary/libelementary.hash b/package/efl/libelementary/libelementary.hash
deleted file mode 100644
index 2cd36d8db..000000000
--- a/package/efl/libelementary/libelementary.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# From https://download.enlightenment.org/rel/libs/elementary/elementary-1.15.2.tar.xz.sha256
-sha256 523c3073210b611817d0f56aa8348962ec757282f9f7dfde93825afa164a0f3f elementary-1.15.2.tar.xz
diff --git a/package/efl/libelementary/libelementary.mk b/package/efl/libelementary/libelementary.mk
deleted file mode 100644
index c920801b2..000000000
--- a/package/efl/libelementary/libelementary.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-################################################################################
-#
-# libelementary
-#
-################################################################################
-
-LIBELEMENTARY_VERSION = $(EFL_VERSION)
-LIBELEMENTARY_SOURCE = elementary-$(LIBELEMENTARY_VERSION).tar.xz
-LIBELEMENTARY_SITE = http://download.enlightenment.org/rel/libs/elementary
-LIBELEMENTARY_LICENSE = LGPLv2.1
-LIBELEMENTARY_LICENSE_FILES = COPYING
-
-LIBELEMENTARY_INSTALL_STAGING = YES
-
-LIBELEMENTARY_DEPENDENCIES = host-pkgconf host-libefl host-libelementary libefl
-
-LIBELEMENTARY_CONF_OPTS = \
- --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \
- --with-eet-eet=$(HOST_DIR)/usr/bin/eet \
- --with-eolian-gen=$(HOST_DIR)/usr/bin/eolian_gen \
- --with-eldbus_codegen=$(HOST_DIR)/usr/bin/eldbus-codegen \
- --with-elm-prefs-cc=$(HOST_DIR)/usr/bin/elm_prefs_cc \
- --with-doxygen=no \
- --disable-elementary-test
-
-# We need a host package in order to provide elm_prefs_cc and
-# elementary_codegen.
-HOST_LIBELEMENTARY_DEPENDENCIES = host-pkgconf host-libefl
-HOST_LIBELEMENTARY_CONF_OPTS = \
- --with-edje-cc=$(HOST_DIR)/usr/bin/edje_cc \
- --with-eet-eet=$(HOST_DIR)/usr/bin/eet \
- --with-eolian-gen=$(HOST_DIR)/usr/bin/eolian_gen \
- --with-doxygen=no \
- --disable-elementary-test
-
-$(eval $(autotools-package))
-$(eval $(host-autotools-package))