diff options
-rw-r--r-- | meta-efl/recipes-efl/efl/efl_1.14.1.bb (renamed from meta-efl/recipes-efl/efl/efl_1.14.0.bb) | 4 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.14.1.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.14.0.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.14.0.bb b/meta-efl/recipes-efl/efl/efl_1.14.1.bb index c891f0d01a..a17a6850bc 100644 --- a/meta-efl/recipes-efl/efl/efl_1.14.0.bb +++ b/meta-efl/recipes-efl/efl/efl_1.14.1.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] = "b0813fe92cb6eaf861e3c179a19d8e41" | 9 | SRC_URI[md5sum] = "e0668a93a67be2d59fb40cf71369d82d" |
10 | SRC_URI[sha256sum] = "30a8a239449e0d068a39787b5a4769dd26ddf0476f58f094c85e65b108086269" | 10 | SRC_URI[sha256sum] = "4e7e69c52c4fa6801e271f30bb4fb41fd62abfe1c9a874f502ca077e2d26329b" |
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.14.0.bb b/meta-efl/recipes-efl/efl/elementary_1.14.1.bb index 99d58e6038..ecb147a673 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.14.0.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.14.1.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] = "e77075b8a80e9a931b91388d608c211c" | 11 | SRC_URI[md5sum] = "704adee92de4010b88b89b329d1faaff" |
12 | SRC_URI[sha256sum] = "aa06ca1b332b3cd29ffd136c1f10edf08a06906b3532785ce7e390c1cad6090e" | 12 | SRC_URI[sha256sum] = "e182d7079100edead934d6d2e9a6ff67ce7d7106f59387d9b7ed146cf8770b80" |
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 |