[oe-commits] Eduardo Lima (Etrunko) : ethumb: add recipe

git version control git at git.openembedded.org
Sun Oct 24 07:31:48 UTC 2010


Module: openembedded.git
Branch: master
Commit: e044879f9b20373c86102f3021edfc1395386f01
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e044879f9b20373c86102f3021edfc1395386f01

Author: Eduardo Lima (Etrunko) <eblima at gmail.com>
Date:   Fri Oct 22 14:15:42 2010 +0000

ethumb: add recipe

Signed-off-by: Eduardo Lima (Etrunko) <eblima at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/ethumb_svn.bb |   24 ++++++++++++++++++++++++
 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 0000000..7f826cf
--- /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 \
+"





More information about the Openembedded-commits mailing list