summaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-06-15 18:14:04 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-23 12:41:53 +0200
commit2c57e4464746df7df843cd5eb1fe6ce9cfde1fb3 (patch)
tree64d2828214989072fe3bc20f8b107cde70b6f948 /meta-efl
parentee4e79caf9759d4fe2dc548e3cde44b5d0f1c730 (diff)
downloadmeta-openembedded-2c57e4464746df7df843cd5eb1fe6ce9cfde1fb3.tar.gz
efl, elementary: upgrade to 1.14.1
* announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_14_1_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.14.1.bb (renamed from meta-efl/recipes-efl/efl/efl_1.14.0.bb)4
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.14.1.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.14.0.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.14.0.bb b/meta-efl/recipes-efl/efl/efl_1.14.1.bb
index c891f0d01..a17a6850b 100644
--- a/meta-efl/recipes-efl/efl/efl_1.14.0.bb
+++ b/meta-efl/recipes-efl/efl/efl_1.14.1.bb
@@ -6,8 +6,8 @@ SRC_URI = "\
6 file://0002-evas_3d-Add-Eet.h-includes.patch \ 6 file://0002-evas_3d-Add-Eet.h-includes.patch \
7" 7"
8 8
9SRC_URI[md5sum] = "b0813fe92cb6eaf861e3c179a19d8e41" 9SRC_URI[md5sum] = "e0668a93a67be2d59fb40cf71369d82d"
10SRC_URI[sha256sum] = "30a8a239449e0d068a39787b5a4769dd26ddf0476f58f094c85e65b108086269" 10SRC_URI[sha256sum] = "4e7e69c52c4fa6801e271f30bb4fb41fd62abfe1c9a874f502ca077e2d26329b"
11 11
12# Temporary disable until error like the one following are fixed 12# Temporary disable until error like the one following are fixed
13# efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated 13# efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated
diff --git a/meta-efl/recipes-efl/efl/elementary_1.14.0.bb b/meta-efl/recipes-efl/efl/elementary_1.14.1.bb
index 99d58e603..ecb147a67 100644
--- a/meta-efl/recipes-efl/efl/elementary_1.14.0.bb
+++ b/meta-efl/recipes-efl/efl/elementary_1.14.1.bb
@@ -8,8 +8,8 @@ SRC_URI = "\
8# these paths aren't passed in -native build 8# these paths aren't passed in -native build
9SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch" 9SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch"
10 10
11SRC_URI[md5sum] = "e77075b8a80e9a931b91388d608c211c" 11SRC_URI[md5sum] = "704adee92de4010b88b89b329d1faaff"
12SRC_URI[sha256sum] = "aa06ca1b332b3cd29ffd136c1f10edf08a06906b3532785ce7e390c1cad6090e" 12SRC_URI[sha256sum] = "e182d7079100edead934d6d2e9a6ff67ce7d7106f59387d9b7ed146cf8770b80"
13 13
14# autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S} 14# autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S}
15# which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails 15# which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails