diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-09 09:15:23 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:52 +0200 |
commit | 539922a6ddb35fb6fef3b754b4999fae61470681 (patch) | |
tree | 6cfab8f9e937eff5090c3b64fec9cdaac7ce301b /meta-efl/recipes-efl | |
parent | 932146a33175f14fda42899edf78fb31228062e5 (diff) | |
download | meta-openembedded-539922a6ddb35fb6fef3b754b4999fae61470681.tar.gz |
efl,elementary,evas-generic-loaders: upgrade to 1.13.2
* announcements:
https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_13_1_release/
https://phab.enlightenment.org/phame/live/3/post/efl_elementary_and_evas_generic_loaders_1_13_2_release/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 7 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/efl/0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch | 30 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/efl_1.13.2.bb (renamed from meta-efl/recipes-efl/efl/efl_1.13.0.bb) | 5 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary_1.13.2.bb (renamed from meta-efl/recipes-efl/efl/elementary_1.13.0.bb) | 4 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.0.bb | 8 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.2.bb | 8 |
6 files changed, 18 insertions, 44 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index b765bf0d0..ba993af35 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
@@ -3,7 +3,7 @@ LICENSE = "MIT & BSD & LGPL-2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a1809a807e39dd48ddcf7be98477d130" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a1809a807e39dd48ddcf7be98477d130" |
4 | 4 | ||
5 | DEPENDS_class-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native" | 5 | DEPENDS_class-native = "freetype-native libxext-native libpng-native jpeg-native tiff-native libfribidi-native glib-2.0-native dbus-native" |
6 | DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native" | 6 | DEPENDS = "virtual/libiconv tslib curl glib-2.0 gnutls pkgconfig zlib jpeg openssl libsndfile1 dbus libexif librsvg freetype libpng tiff libxext virtual/libx11 libxdamage libxrender fontconfig libfribidi giflib udev libxcursor libxcomposite libxinerama libxrandr libxtst libxscrnsaver efl-native util-linux" |
7 | 7 | ||
8 | inherit efl gettext pkgconfig | 8 | inherit efl gettext pkgconfig |
9 | 9 | ||
@@ -75,6 +75,11 @@ do_configure_prepend_class-native() { | |||
75 | sed -i 's/EFL_LIB_START_OPTIONAL(\[Eeze\], \[test "${have_linux}" = "yes"\])/EFL_LIB_START_OPTIONAL([Eeze], [test "${no-we-really-dont-want-native-eeze}" = "yes"])/g' ${S}/configure.ac | 75 | sed -i 's/EFL_LIB_START_OPTIONAL(\[Eeze\], \[test "${have_linux}" = "yes"\])/EFL_LIB_START_OPTIONAL([Eeze], [test "${no-we-really-dont-want-native-eeze}" = "yes"])/g' ${S}/configure.ac |
76 | } | 76 | } |
77 | 77 | ||
78 | do_install_append() { | ||
79 | # don't ship precompiled lua files | ||
80 | rm -f ${datadir}/elua/*/*.luac | ||
81 | } | ||
82 | |||
78 | PACKAGES =+ "edje-utils embryo-utils embryo-tests efreet-trash efreet-mime libeet libefreet ecore-audio ecore-input-evas ecore-input ecore-imf-evas ecore-imf ecore-file ecore-con ecore-ipc ecore-x ecore-evas libemotion eo ecore edje eet eeze efreet eina eio embryo emotion ethumb evas eldbus elua" | 83 | PACKAGES =+ "edje-utils embryo-utils embryo-tests efreet-trash efreet-mime libeet libefreet ecore-audio ecore-input-evas ecore-input ecore-imf-evas ecore-imf ecore-file ecore-con ecore-ipc ecore-x ecore-evas libemotion eo ecore edje eet eeze efreet eina eio embryo emotion ethumb evas eldbus elua" |
79 | 84 | ||
80 | # upgrade path from 1.7 | 85 | # upgrade path from 1.7 |
diff --git a/meta-efl/recipes-efl/efl/efl/0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch b/meta-efl/recipes-efl/efl/efl/0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch deleted file mode 100644 index 55d7b543c..000000000 --- a/meta-efl/recipes-efl/efl/efl/0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 84259714c2376fdb919299e8e01af1ccc6fbe2c0 Mon Sep 17 00:00:00 2001 | ||
2 | From: Stefan Schmidt <s.schmidt@samsung.com> | ||
3 | Date: Thu, 12 Feb 2015 15:24:27 +0100 | ||
4 | Subject: [PATCH 3/3] edje_cc: Avoid segfault when strcmp NULL items | ||
5 | |||
6 | Martin reported a porblem with one of the SHR project edc files after an upgrade | ||
7 | to 1.13. The segfault itself is easy enough to fix here but I think there might | ||
8 | be other problems with the edc after this segfault is gone. We will see. | ||
9 | |||
10 | Fixes T2106 | ||
11 | --- | ||
12 | src/bin/edje/edje_cc_out.c | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c | ||
16 | index 4f582c7..bc85444 100755 | ||
17 | --- a/src/bin/edje/edje_cc_out.c | ||
18 | +++ b/src/bin/edje/edje_cc_out.c | ||
19 | @@ -386,7 +386,7 @@ check_source_links(Edje_Part_Collection *pc, Edje_Part *ep, Eet_File *ef, Eina_L | ||
20 | EINA_LIST_FOREACH(edje_collections, l, pc_source) | ||
21 | { | ||
22 | /* Find sourced group */ | ||
23 | - if (strcmp(ep->source, pc_source->part) == 0) | ||
24 | + if (ep->source && pc_source->part && strcmp(ep->source, pc_source->part) == 0) | ||
25 | { | ||
26 | /* Go through every part to find parts with type GROUP */ | ||
27 | for (i = 0; i < pc_source->parts_count; ++i) | ||
28 | -- | ||
29 | 2.3.0 | ||
30 | |||
diff --git a/meta-efl/recipes-efl/efl/efl_1.13.0.bb b/meta-efl/recipes-efl/efl/efl_1.13.2.bb index b243b817e..176f58aeb 100644 --- a/meta-efl/recipes-efl/efl/efl_1.13.0.bb +++ b/meta-efl/recipes-efl/efl/efl_1.13.2.bb | |||
@@ -4,11 +4,10 @@ SRC_URI = "\ | |||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | 4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ |
5 | file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch \ | 5 | file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch \ |
6 | file://0002-evas_3d-Add-Eet.h-includes.patch \ | 6 | file://0002-evas_3d-Add-Eet.h-includes.patch \ |
7 | file://0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch \ | ||
8 | " | 7 | " |
9 | 8 | ||
10 | SRC_URI[md5sum] = "c73f00e1e25b3b660e15ef754c76541d" | 9 | SRC_URI[md5sum] = "dd779050ccc4ad8d7ae71f2dc8c85855" |
11 | SRC_URI[sha256sum] = "7ff797d4cd01143edc1258a287be3ddfb11264f0b855878d8f5ad5129dee9357" | 10 | SRC_URI[sha256sum] = "98404d8de63eea318f748c25708ec989628f025adf12cd54697e5de2fe48c2a4" |
12 | 11 | ||
13 | # Temporary disable until error like the one following are fixed | 12 | # Temporary disable until error like the one following are fixed |
14 | # 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.13.0.bb b/meta-efl/recipes-efl/efl/elementary_1.13.2.bb index e7be246c8..db6afdef2 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.13.0.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.13.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] = "e8464cc2d89585cfe189584c7081845b" | 11 | SRC_URI[md5sum] = "0d32d241af1c96c06da6d130020275f0" |
12 | SRC_URI[sha256sum] = "52f1b4304f22156ab53d2d13b8d8f15c58a110a3bc3f31a13fc357eb9527778c" | 12 | SRC_URI[sha256sum] = "312dd63f3c82c9076f0cfe5125990e650d7767a776186631455911a980f91039" |
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 |
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.0.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.0.bb deleted file mode 100644 index cae8df70f..000000000 --- a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.0.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "45df9e4816ceba40219db0167c549e1e" | ||
8 | SRC_URI[sha256sum] = "c3bcb7d418b8cea79bbaf0731d008e527697b44239ff6b69064df785ca94df9b" | ||
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.2.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.2.bb new file mode 100644 index 000000000..162a85b0e --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.13.2.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "b1e3401429b7dadbf70e9472d25c9986" | ||
8 | SRC_URI[sha256sum] = "8455f10b8dd418eaa4d64d3eb6446814d893d96ff083646afbdbdf8626baa81a" | ||