mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
25 lines
495 B
PHP
25 lines
495 B
PHP
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} \
|
|
"
|