aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 c891f0d01a..a17a6850bc 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 = "\
file://0002-evas_3d-Add-Eet.h-includes.patch \
"
-SRC_URI[md5sum] = "b0813fe92cb6eaf861e3c179a19d8e41"
-SRC_URI[sha256sum] = "30a8a239449e0d068a39787b5a4769dd26ddf0476f58f094c85e65b108086269"
+SRC_URI[md5sum] = "e0668a93a67be2d59fb40cf71369d82d"
+SRC_URI[sha256sum] = "4e7e69c52c4fa6801e271f30bb4fb41fd62abfe1c9a874f502ca077e2d26329b"
# Temporary disable until error like the one following are fixed
# 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 99d58e6038..ecb147a673 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 = "\
# these paths aren't passed in -native build
SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch"
-SRC_URI[md5sum] = "e77075b8a80e9a931b91388d608c211c"
-SRC_URI[sha256sum] = "aa06ca1b332b3cd29ffd136c1f10edf08a06906b3532785ce7e390c1cad6090e"
+SRC_URI[md5sum] = "704adee92de4010b88b89b329d1faaff"
+SRC_URI[sha256sum] = "e182d7079100edead934d6d2e9a6ff67ce7d7106f59387d9b7ed146cf8770b80"
# autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S}
# which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails