aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/ethumb_svn.bb
blob: 9d3e65b7d32c6083383551fb462d16985f27cebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "EFL based thumbnail generation library"
LICENSE = "LGPL"
DEPENDS = "libexif 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 \
  --disable-docs \
"

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 \
"