aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eblima@gmail.com>2010-10-22 14:15:42 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-24 09:27:44 +0200
commite044879f9b20373c86102f3021edfc1395386f01 (patch)
treed84581a5669f46e201b937851f1941d31f6c0de1 /recipes/efl1
parent75301d3f6baa37a1e3b28ffe7ee142b6764c263a (diff)
downloadopenembedded-e044879f9b20373c86102f3021edfc1395386f01.tar.gz
ethumb: add recipe
Signed-off-by: Eduardo Lima (Etrunko) <eblima@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/ethumb_svn.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/efl1/ethumb_svn.bb b/recipes/efl1/ethumb_svn.bb
new file mode 100644
index 0000000000..7f826cf557
--- /dev/null
+++ b/recipes/efl1/ethumb_svn.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "EFL based thumbnail generation library"
+LICENSE = "LGPL"
+DEPENDS = "eet-native evas ecore edje eet edbus emotion epdf"
+PV = "0.1.0+svnr${SRCPV}"
+SRCREV = "${EFL_SRCREV}"
+
+inherit efl
+
+EXTRA_OECONF = "\
+ --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+ --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
+"
+
+SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=ethumb;proto=http"
+
+# Some upgrade path tweaking, as in evas
+AUTO_LIBNAME_PKGS = ""
+
+FILES_${PN} += "\
+ ${bindir}/ethumbd \
+ ${libexecdir}/ethumbd_slave \
+ ${libdir}/plugins/*.so \
+ ${libdir}/plugins/data/*.edj \
+"