From: Eduardo Lima (Etrunko) Date: Fri, 22 Oct 2010 14:15:42 +0000 (+0000) Subject: ethumb: add recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e044879f9b20373c86102f3021edfc1395386f01;p=openembedded.git ethumb: add recipe Signed-off-by: Eduardo Lima (Etrunko) Signed-off-by: Martin Jansa --- 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 \ +"