diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-06 14:19:33 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-08 12:20:15 +0100 |
commit | f552863ec0c6cdcea48192dab166255c8ea42f99 (patch) | |
tree | 8e8fff0fee5cfd0d20f9341118a8489b152f5a10 /meta-efl/recipes-efl/efl | |
parent | ad43d599ed7531b565863fd0e28c81245c551757 (diff) | |
download | meta-openembedded-f552863ec0c6cdcea48192dab166255c8ea42f99.tar.gz |
efl, elementary: upgrade to 1.12.2
* announcement:
https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_12_2_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.12.2.bb (renamed from meta-efl/recipes-efl/efl/efl_1.12.1.bb) | 4 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.12.2.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.12.1.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.12.1.bb b/meta-efl/recipes-efl/efl/efl_1.12.2.bb index 6b79a1d70..0d5b09022 100644 --- a/meta-efl/recipes-efl/efl/efl_1.12.1.bb +++ b/meta-efl/recipes-efl/efl/efl_1.12.2.bb | |||
@@ -6,8 +6,8 @@ SRC_URI = "\ | |||
6 | file://0002-evas_3d-Add-Eet.h-includes.patch \ | 6 | file://0002-evas_3d-Add-Eet.h-includes.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "ac784b11bd1854459c05a78d783aae57" | 9 | SRC_URI[md5sum] = "27b8578e5797ee2c484d886fb49704f2" |
10 | SRC_URI[sha256sum] = "c1074c91e98e15fead0e1999bf7bc7dc5e7205a790655cd9b0ba332c38835fce" | 10 | SRC_URI[sha256sum] = "dc4a3fe448e0a8019030fe7c045de30d9ac1e92033620fbfbefb761c3ba9ddce" |
11 | 11 | ||
12 | # Temporary disable until error like the one following are fixed | 12 | # Temporary disable until error like the one following are fixed |
13 | # efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated | 13 | # 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.12.1.bb b/meta-efl/recipes-efl/efl/elementary_1.12.2.bb index dd7a9a931..9e6f2eab1 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.12.1.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.12.2.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] = "26af05e3c30676cc761566a3cb7e5611" | 11 | SRC_URI[md5sum] = "b01329104e8eb61be1581e24a1951eaf" |
12 | SRC_URI[sha256sum] = "65a5274e21355dcdf9182447013c5874391faa2791d46aa96551050d298208dc" | 12 | SRC_URI[sha256sum] = "b1b84dd061b6e93f38bbba4c91ea4c9b5de5d190828b5c00fb051a6e61834b62" |
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 |