diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl_1.9.2.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/efl_1.9.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.9.2.bb b/meta-efl/recipes-efl/efl/efl_1.9.2.bb new file mode 100644 index 000000000..0670359fd --- /dev/null +++ b/meta-efl/recipes-efl/efl/efl_1.9.2.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI = "\ | ||
4 | ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "5520ed809cdccd8b2a3e376f56f9ae61" | ||
8 | SRC_URI[sha256sum] = "530cec25c7f41c188599a1e239bef72142850f6a5f67c1dd4184354f756181ad" | ||
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 | ||
15 | PARALLEL_MAKE_class-native = "" | ||
16 | |||
17 | SRC_URI += "file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch" | ||