summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/efl_1.13.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl_1.13.0.bb')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.13.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.13.0.bb b/meta-efl/recipes-efl/efl/efl_1.13.0.bb
new file mode 100644
index 0000000000..b243b817e4
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/efl_1.13.0.bb
@@ -0,0 +1,26 @@
1require ${BPN}.inc
2
3SRC_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 file://0003-edje_cc-Avoid-segfault-when-strcmp-NULL-items.patch \
8"
9
10SRC_URI[md5sum] = "c73f00e1e25b3b660e15ef754c76541d"
11SRC_URI[sha256sum] = "7ff797d4cd01143edc1258a287be3ddfb11264f0b855878d8f5ad5129dee9357"
12
13# 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
15# collect2: error: ld returned 1 exit status
16# x86_64-linux-libtool: install: error: relink `modules/evas/savers/tiff/module.la' with the above command before installing it
17# Makefile:11031: recipe for target 'install-savertiffpkgLTLIBRARIES' failed
18PARALLEL_MAKE_class-native = ""
19
20#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
21#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
22#Makefile:30738: recipe for target 'lib/evas/canvas/evas_line.eo.c' failed
23#make[2]: *** [lib/evas/canvas/evas_line.eo.c] Error 1
24#Makefile:2163: recipe for target 'all-recursive' failed
25# autotools-brokensep
26B = "${S}"