aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.11.4.bb (renamed from meta-efl/recipes-efl/efl/efl_1.11.2.bb)4
-rw-r--r--meta-efl/recipes-efl/efl/elementary_1.11.4.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.11.2.bb)4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.11.2.bb b/meta-efl/recipes-efl/efl/efl_1.11.4.bb
index 6e9a227255..9686705494 100644
--- a/meta-efl/recipes-efl/efl/efl_1.11.2.bb
+++ b/meta-efl/recipes-efl/efl/efl_1.11.4.bb
@@ -4,8 +4,8 @@ SRC_URI = "\
${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
"
-SRC_URI[md5sum] = "f1b23b9a4e2ae04a4c0f6d2f924093e9"
-SRC_URI[sha256sum] = "f3cc1cd2a77df114a7b76a7e77bc77e88c367ec49462047fca209ee622cb7288"
+SRC_URI[md5sum] = "eb2bd4a2f6684211dbd5382db024137d"
+SRC_URI[sha256sum] = "3e5aba667b6cdfb2fb89aa637fa8ee92abc2d9950420cf2b4c540809f238fc78"
# 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.11.2.bb b/meta-efl/recipes-efl/efl/elementary_1.11.4.bb
index 60e5468ef2..94ffd84deb 100644
--- a/meta-efl/recipes-efl/efl/elementary_1.11.2.bb
+++ b/meta-efl/recipes-efl/efl/elementary_1.11.4.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] = "f6939a24ffc50c2e4eac7ed38663f0f3"
-SRC_URI[sha256sum] = "18f7e8fb63fcfd0d5abd213943c0c356b1270a94e20d44b8e6047b1cd0e53010"
+SRC_URI[md5sum] = "531f5e2a0ccd95235a5d30221ffa7003"
+SRC_URI[sha256sum] = "f3ff9d14ccb8621b93f1fe08522bdf31d54382d7e2ab1bf72359b4e65c9d39e4"
# 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