summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/ethumb_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:15:03 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-23 18:15:03 +0100
commit7d995c58b1f3c34874110f6040021fd83d618732 (patch)
tree21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/efl/ethumb_svn.bb
parent1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff)
downloadmeta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/efl/ethumb_svn.bb')
-rw-r--r--meta-efl/recipes-efl/efl/ethumb_svn.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/ethumb_svn.bb b/meta-efl/recipes-efl/efl/ethumb_svn.bb
new file mode 100644
index 000000000..428b6529b
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/ethumb_svn.bb
@@ -0,0 +1,23 @@
1DESCRIPTION = "EFL based thumbnail generation library"
2LICENSE = "LGPL"
3DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf"
4PV = "0.1.0+svnr${SRCPV}"
5SRCREV = "${EFL_SRCREV}"
6
7inherit efl
8SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
9S = "${WORKDIR}/${SRCNAME}"
10
11EXTRA_OECONF = "\
12 --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
13 --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
14 --disable-docs \
15"
16
17# Some upgrade path tweaking, as in evas
18AUTO_LIBNAME_PKGS = ""
19
20FILES_${PN} += "\
21 ${bindir}/ethumbd \
22 ${libexecdir}/ethumbd_slave \
23"