diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-21 17:13:25 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-27 12:50:01 +0100 |
commit | 374029acf30a3d81540482d348941e96cbd7999c (patch) | |
tree | 4fd65847596bf2f23a2cd2543a50327ace0b1514 /meta-efl/recipes-efl/efl | |
parent | 8c52cfbb1909fe26d8480d347fd03572971c73e6 (diff) | |
download | meta-openembedded-374029acf30a3d81540482d348941e96cbd7999c.tar.gz |
efl, elementary, e-wm: upgrade to 1.11.4 and 0.19.1
* announcements:
https://phab.enlightenment.org/phame/live/3/post/efl_elementary_1_11_3_and_enlightenment_0_19_1_releases/
https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_11_4_releases/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 6e9a22725..968670549 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 = "\ | |||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | 4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI[md5sum] = "f1b23b9a4e2ae04a4c0f6d2f924093e9" | 7 | SRC_URI[md5sum] = "eb2bd4a2f6684211dbd5382db024137d" |
8 | SRC_URI[sha256sum] = "f3cc1cd2a77df114a7b76a7e77bc77e88c367ec49462047fca209ee622cb7288" | 8 | SRC_URI[sha256sum] = "3e5aba667b6cdfb2fb89aa637fa8ee92abc2d9950420cf2b4c540809f238fc78" |
9 | 9 | ||
10 | # Temporary disable until error like the one following are fixed | 10 | # Temporary disable until error like the one following are fixed |
11 | # efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated | 11 | # 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 60e5468ef..94ffd84de 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 = "\ | |||
8 | # these paths aren't passed in -native build | 8 | # these paths aren't passed in -native build |
9 | SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch" | 9 | SRC_URI_append_class-target = " file://0001-Makefile-Use-elementary_codegen-defined-in-configure.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "f6939a24ffc50c2e4eac7ed38663f0f3" | 11 | SRC_URI[md5sum] = "531f5e2a0ccd95235a5d30221ffa7003" |
12 | SRC_URI[sha256sum] = "18f7e8fb63fcfd0d5abd213943c0c356b1270a94e20d44b8e6047b1cd0e53010" | 12 | SRC_URI[sha256sum] = "f3ff9d14ccb8621b93f1fe08522bdf31d54382d7e2ab1bf72359b4e65c9d39e4" |
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 |