aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-07-17 17:01:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-22 00:01:52 +0200
commitb2465e6a958081029941231f6d54e597c5b37303 (patch)
tree66194fa46dd2b06484d82d2d71dd2e7bf263f86c /meta-efl
parent33f132ef09f5bc7d8b8e7ecbaf1b6fd1db2b6782 (diff)
downloadmeta-openembedded-contrib-b2465e6a958081029941231f6d54e597c5b37303.tar.gz
efl, elementary: upgrade to 1.10.2
* announcement: https://phab.enlightenment.org/phame/post/view/69/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.10.2.bb (renamed from meta-efl/recipes-efl/efl/efl_1.10.1.bb)4
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.10.2.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.10.1.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.10.1.bb b/meta-efl/recipes-efl/efl/efl_1.10.2.bb
index 6ad1db6c60..76a9ba7cf2 100644
--- a/meta-efl/recipes-efl/efl/efl_1.10.1.bb
+++ b/meta-efl/recipes-efl/efl/efl_1.10.2.bb
@@ -4,8 +4,8 @@ SRC_URI = "\
${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
"
-SRC_URI[md5sum] = "1385f69de925bf242deb1ba86cebc121"
-SRC_URI[sha256sum] = "e791168db744bd7bd4b16ef59659447415403d089f13576cc31081e9184bb7c2"
+SRC_URI[md5sum] = "c74888bfdc774e69eac26978557a89bb"
+SRC_URI[sha256sum] = "44acf012f0dd3b0c01bb2c5e53231076d7ed463166f581d22ef441b127e8c85f"
# 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.10.1.bb b/meta-efl/recipes-efl/efl/elementary_1.10.2.bb
index 37f7b38362..eb182bbfe0 100644
--- a/meta-efl/recipes-efl/efl/elementary_1.10.1.bb
+++ b/meta-efl/recipes-efl/efl/elementary_1.10.2.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] = "34e6df7c59a2dd9e5fcf0a1e99d5880c"
-SRC_URI[sha256sum] = "1bf9fa7a220d5845806238ec5c5789ed9141f9361d4857f5482abc33b8133c87"
+SRC_URI[md5sum] = "2ccc130e137319accd81ccf3d321905b"
+SRC_URI[sha256sum] = "48fcfbd66b90df8b21203307d66364fb1d773b3e979476116b2ad1a5eab67378"
# 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