aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorFabiano Fidencio <fidencio@profusion.mobi>2010-10-22 14:15:56 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-24 09:27:45 +0200
commitfc20a14e2adb36875e31d9769c22ee127ef5649e (patch)
treef9eeba8393675f8123fc72f36ee2c7fecdf1a59c /recipes/efl1
parente044879f9b20373c86102f3021edfc1395386f01 (diff)
downloadopenembedded-fc20a14e2adb36875e31d9769c22ee127ef5649e.tar.gz
ethumb: disable docs in ethumb's recipe and add libexif in DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/ethumb_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/efl1/ethumb_svn.bb b/recipes/efl1/ethumb_svn.bb
index 7f826cf557..f958bd4ac0 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"