aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/eet.inc
blob: a7864ec79c658b265729cf810f2e3e5f2bbea1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "EET is the Enlightenment data storage library"
DEPENDS = "pkgconfig zlib jpeg openssl eina gnutls"
LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=da947f414a2ca4323245f1abb1980953"

inherit efl

BBCLASSEXTEND = "native"
INC_PR = "r0"

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

PACKAGES =+ "${PN}-utils"

FILES_${PN}-utils = "\
    ${bindir}/${PN} \
"