[oe-commits] Fabiano Fidencio : ethumb: disable docs in ethumb' s recipe and add libexif in DEPENDS

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


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

Author: Fabiano Fidencio <fidencio at profusion.mobi>
Date:   Fri Oct 22 14:15:56 2010 +0000

ethumb: disable docs in ethumb's recipe and add libexif in DEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/efl1/ethumb_svn.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/efl1/ethumb_svn.bb b/recipes/efl1/ethumb_svn.bb
index 7f826cf..f958bd4 100644
--- a/recipes/efl1/ethumb_svn.bb
+++ b/recipes/efl1/ethumb_svn.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "EFL based thumbnail generation library"
 LICENSE = "LGPL"
-DEPENDS = "eet-native evas ecore edje eet edbus emotion epdf"
+DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf"
 PV = "0.1.0+svnr${SRCPV}"
 SRCREV = "${EFL_SRCREV}"
 
@@ -9,6 +9,7 @@ inherit efl
 EXTRA_OECONF = "\
   --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
   --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
+  --disable-docs \
 "
 
 SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=ethumb;proto=http"





More information about the Openembedded-commits mailing list