From: Eduardo Lima (Etrunko) <[email protected]>

Signed-off-by: Eduardo Lima (Etrunko) <[email protected]>
---
 recipes/efl1/ethumb_svn.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 recipes/efl1/ethumb_svn.bb

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 \
+"
-- 
1.7.3.1


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to