summaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eet_svn.bb
blob: afb6db6bc2170aff9c29c1f5a86e3c8940c0542f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "EET is the Enlightenment data storage library"
DEPENDS = "pkgconfig zlib jpeg openssl eina"
LICENSE = "MIT BSD"
SRCREV = "${EFL_SRCREV}"
PV = "1.3.2+svnr${SRCPV}"
PR = "r1"

inherit efl

BBCLASSEXTEND="native"

EXTRA_OECONF = "\
  --enable-openssl \
  --enable-cypher \
  --enable-signature \
  --disable-coverage \
  --enable-old-eet-file-format \
  --disable-assert \
"