diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/efl/ethumb_svn.bb | |
parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
download | meta-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.bb | 23 |
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 @@ | |||
1 | DESCRIPTION = "EFL based thumbnail generation library" | ||
2 | LICENSE = "LGPL" | ||
3 | DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf" | ||
4 | PV = "0.1.0+svnr${SRCPV}" | ||
5 | SRCREV = "${EFL_SRCREV}" | ||
6 | |||
7 | inherit efl | ||
8 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | ||
9 | S = "${WORKDIR}/${SRCNAME}" | ||
10 | |||
11 | EXTRA_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 | ||
18 | AUTO_LIBNAME_PKGS = "" | ||
19 | |||
20 | FILES_${PN} += "\ | ||
21 | ${bindir}/ethumbd \ | ||
22 | ${libexecdir}/ethumbd_slave \ | ||
23 | " | ||