aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-06-23 16:57:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-21 23:49:09 +0200
commit70d15b5a189977527737aee5656f07fc525268f0 (patch)
tree69e49c48bbdb26f564f196a7c7adec490e9dc051 /meta-efl
parentffe1854a7afd1cb33e8db769c18c08b9addcb656 (diff)
downloadmeta-openembedded-contrib-70d15b5a189977527737aee5656f07fc525268f0.tar.gz
efl, elementary: upgrade to 1.10.1
* announcement: https://phab.enlightenment.org/phame/post/view/63/ 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.1.bb (renamed from meta-efl/recipes-efl/efl/efl_1.10.0.bb)4
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.10.1.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.10.0.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.10.0.bb b/meta-efl/recipes-efl/efl/efl_1.10.1.bb
index deeb92af0e..6ad1db6c60 100644
--- a/meta-efl/recipes-efl/efl/efl_1.10.0.bb
+++ b/meta-efl/recipes-efl/efl/efl_1.10.1.bb
@@ -4,8 +4,8 @@ SRC_URI = "\
${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
"
-SRC_URI[md5sum] = "4dedbbbd03ccd3c8ac227b8682d0d0e4"
-SRC_URI[sha256sum] = "55ab54150e4c53781f7b3239f39c11a06c3b9208f4109700bca049c36cd6c49b"
+SRC_URI[md5sum] = "1385f69de925bf242deb1ba86cebc121"
+SRC_URI[sha256sum] = "e791168db744bd7bd4b16ef59659447415403d089f13576cc31081e9184bb7c2"
# 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.0.bb b/meta-efl/recipes-efl/efl/elementary_1.10.1.bb
index 86e718b935..37f7b38362 100644
--- a/meta-efl/recipes-efl/efl/elementary_1.10.0.bb
+++ b/meta-efl/recipes-efl/efl/elementary_1.10.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] = "81d4072c728a41518f59f3d115c1556b"
-SRC_URI[sha256sum] = "01c9127f0b29c1a07328199f51fb6d72d7f250be31e8afb26914566fb1c7e612"
+SRC_URI[md5sum] = "34e6df7c59a2dd9e5fcf0a1e99d5880c"
+SRC_URI[sha256sum] = "1bf9fa7a220d5845806238ec5c5789ed9141f9361d4857f5482abc33b8133c87"
# 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