summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/efl_1.9.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-02-25 17:25:43 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:43:29 +0200
commitd5836e6a0008c0d78324368a822f16a5c2f6efb8 (patch)
treecf040494f4063c7a871659893a249cdd9115861e /meta-efl/recipes-efl/efl/efl_1.9.0.bb
parent6f1b5c555d7a28da9ba85812d8239a9378cb64b1 (diff)
downloadmeta-openembedded-d5836e6a0008c0d78324368a822f16a5c2f6efb8.tar.gz
efl: upgrade to 1.9.0
* announcement: http://sourceforge.net/mailarchive/message.php?msg_id=32024303 * emotion-generic-players and evas-generic-loaders LIC_FILES_CHKSUM change is just copyright update < Copyright (C) 2011-2011 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2011-2014 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl_1.9.0.bb')
-rw-r--r--meta-efl/recipes-efl/efl/efl_1.9.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl_1.9.0.bb b/meta-efl/recipes-efl/efl/efl_1.9.0.bb
new file mode 100644
index 000000000..b6aa77fe2
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/efl_1.9.0.bb
@@ -0,0 +1,17 @@
1require ${BPN}.inc
2
3SRC_URI = "\
4 ${E_RELEASES}/libs/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \
5"
6
7SRC_URI[md5sum] = "f5d0c61db951cb6a5434a30672975dd1"
8SRC_URI[sha256sum] = "fd4703edb56c01b713f92849fb15f6ca3d866227ce4abff2d90b08244cd99a99"
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
17SRC_URI += "file://0001-configure.ac-Don-t-check-for-Xprint-extension.patch"