mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 20:51:57 +02:00
* in preparation for merged source dir in efl.git I don't plan to support newer SRCREVs from subversion * drop INC_PR and fold lib.inc into the recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
31 lines
699 B
BlitzBasic
31 lines
699 B
BlitzBasic
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"
|
|
|
|
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} \
|
|
"
|
|
|
|
SRC_URI = "\
|
|
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "2db9527a95412af26df8f79429ffcc95"
|
|
SRC_URI[sha256sum] = "faad73b713c08f8f3c9ed76a0f8e4161f969e5ec8215db1dd5108d3f6eeb3a20"
|