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/efl_1.12.2.bb | |
| 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/efl_1.12.2.bb')
| -rw-r--r-- | meta-efl/recipes-efl/efl/efl_1.12.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.12.2.bb b/meta-efl/recipes-efl/efl/efl_1.12.2.bb new file mode 100644 index 0000000000..0d5b09022f --- /dev/null +++ b/meta-efl/recipes-efl/efl/efl_1.12.2.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | require ${BPN}.inc | ||
| 2 | |||
| 3 | SRC_URI = "\ | ||
| 4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
| 5 | file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch \ | ||
| 6 | file://0002-evas_3d-Add-Eet.h-includes.patch \ | ||
| 7 | " | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "27b8578e5797ee2c484d886fb49704f2" | ||
| 10 | SRC_URI[sha256sum] = "dc4a3fe448e0a8019030fe7c045de30d9ac1e92033620fbfbefb761c3ba9ddce" | ||
| 11 | |||
| 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 | ||
| 14 | # collect2: error: ld returned 1 exit status | ||
| 15 | # x86_64-linux-libtool: install: error: relink `modules/evas/savers/tiff/module.la' with the above command before installing it | ||
| 16 | # Makefile:11031: recipe for target 'install-savertiffpkgLTLIBRARIES' failed | ||
| 17 | PARALLEL_MAKE_class-native = "" | ||
| 18 | |||
| 19 | #EFL_RUN_IN_TREE=1 ../src/bin/eolian/eolian_gen --eo --legacy -I/OE/build/shr-core/tmp-eglibc/work/x86_64-linux/efl-native/2_1.10.0-r0/efl-1.10.0/src/lib/eo -I/OE/build/shr-core/tmp-eglibc/work/x86_64-linux/efl-native/2_1.10.0-r0/efl-1.10.0/src/lib/evas/canvas -I/OE/build/shr-core/tmp-eglibc/work/x86_64-linux/efl-native/2_1.10.0-r0/efl-1.10.0/src/lib/edje -I/OE/build/shr-core/tmp-eglibc/work/x86_64-linux/efl-native/2_1.10.0-r0/efl-1.10.0/src/lib/ecore_audio --gc -o lib/evas/canvas/evas_line.eo.c /OE/build/shr-core/tmp-eglibc/work/x86_64-linux/efl-native/2_1.10.0-r0/efl-1.10.0/src/lib/evas/canvas/evas_line.eo | ||
| 20 | #ERR<32439>:eolian_gen /OE/build/shr-core/tmp-eglibc/work/x86_64-linux/efl-native/2_1.10.0-r0/efl-1.10.0/src/bin/eolian/main.c:103 _generate_c_file() Couldnt open file lib/evas/canvas/evas_line.eo.c for writing | ||
| 21 | #Makefile:30738: recipe for target 'lib/evas/canvas/evas_line.eo.c' failed | ||
| 22 | #make[2]: *** [lib/evas/canvas/evas_line.eo.c] Error 1 | ||
| 23 | #Makefile:2163: recipe for target 'all-recursive' failed | ||
| 24 | # autotools-brokensep | ||
| 25 | B = "${S}" | ||
