summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/efl_1.11.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl_1.11.4.bb')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.11.4.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.11.4.bb b/meta-efl/recipes-efl/efl/efl_1.11.4.bb
new file mode 100644
index 000000000..968670549
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/efl_1.11.4.bb
@@ -0,0 +1,25 @@
1require ${BPN}.inc
2
3SRC_URI = "\
4 ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
5"
6
7SRC_URI[md5sum] = "eb2bd4a2f6684211dbd5382db024137d"
8SRC_URI[sha256sum] = "3e5aba667b6cdfb2fb89aa637fa8ee92abc2d9950420cf2b4c540809f238fc78"
9
10# Temporary disable until error like the one following are fixed
11# efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated
12# collect2: error: ld returned 1 exit status
13# x86_64-linux-libtool: install: error: relink `modules/evas/savers/tiff/module.la' with the above command before installing it
14# Makefile:11031: recipe for target 'install-savertiffpkgLTLIBRARIES' failed
15PARALLEL_MAKE_class-native = ""
16
17#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
18#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
19#Makefile:30738: recipe for target 'lib/evas/canvas/evas_line.eo.c' failed
20#make[2]: *** [lib/evas/canvas/evas_line.eo.c] Error 1
21#Makefile:2163: recipe for target 'all-recursive' failed
22# autotools-brokensep
23B = "${S}"
24
25SRC_URI += "file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch"