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 | |
parent | ad43d599ed7531b565863fd0e28c81245c551757 (diff) | |
download | ast2050-yocto-openembedded-f552863ec0c6cdcea48192dab166255c8ea42f99.zip ast2050-yocto-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>
-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 6b79a1d..0d5b090 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 = "\ file://0002-evas_3d-Add-Eet.h-includes.patch \ " -SRC_URI[md5sum] = "ac784b11bd1854459c05a78d783aae57" -SRC_URI[sha256sum] = "c1074c91e98e15fead0e1999bf7bc7dc5e7205a790655cd9b0ba332c38835fce" +SRC_URI[md5sum] = "27b8578e5797ee2c484d886fb49704f2" +SRC_URI[sha256sum] = "dc4a3fe448e0a8019030fe7c045de30d9ac1e92033620fbfbefb761c3ba9ddce" # 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.12.1.bb b/meta-efl/recipes-efl/efl/elementary_1.12.2.bb index dd7a9a9..9e6f2ea 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 = "\ # 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] = "26af05e3c30676cc761566a3cb7e5611" -SRC_URI[sha256sum] = "65a5274e21355dcdf9182447013c5874391faa2791d46aa96551050d298208dc" +SRC_URI[md5sum] = "b01329104e8eb61be1581e24a1951eaf" +SRC_URI[sha256sum] = "b1b84dd061b6e93f38bbba4c91ea4c9b5de5d190828b5c00fb051a6e61834b62" # 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 |