aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/efl_1.9.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-04-18 11:58:55 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:49:10 +0200
commit31e4ea131e692f49afa216ebc588ff9e9c449208 (patch)
treec84923776833fa943097d7f1e8cc42ee4f281b80 /meta-efl/recipes-efl/efl/efl_1.9.3.bb
parent996ee9bdf8655f3222a289af3990df055e61639b (diff)
downloadmeta-openembedded-contrib-31e4ea131e692f49afa216ebc588ff9e9c449208.tar.gz
efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7
* announcement: https://phab.enlightenment.org/phame/post/view/50/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl_1.9.3.bb')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.9.3.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.9.3.bb b/meta-efl/recipes-efl/efl/efl_1.9.3.bb
new file mode 100644
index 0000000000..61e6a9e50e
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/efl_1.9.3.bb
@@ -0,0 +1,17 @@
+require ${BPN}.inc
+
+SRC_URI = "\
+ ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
+"
+
+SRC_URI[md5sum] = "102acebaf453346d745b0974f736a5e6"
+SRC_URI[sha256sum] = "46da18ce5ec6ded559dbf461ff58113f82937efb6e26a098a82b2f360e8faf88"
+
+# Temporary disable until error like the one following are fixed
+# efl-native/2_1.8.4-r0/efl-1.8.4/src/lib/eet/.libs/libeet.so: file not recognized: File truncated
+# collect2: error: ld returned 1 exit status
+# x86_64-linux-libtool: install: error: relink `modules/evas/savers/tiff/module.la' with the above command before installing it
+# Makefile:11031: recipe for target 'install-savertiffpkgLTLIBRARIES' failed
+PARALLEL_MAKE_class-native = ""
+
+SRC_URI += "file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch"