mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +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>
16 lines
411 B
BlitzBasic
16 lines
411 B
BlitzBasic
DESCRIPTION = "Enlightenment Input Output Library"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=180fca752525726bd6ba021689509a08"
|
|
DEPENDS = "ecore eina"
|
|
|
|
inherit efl
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRC_URI = "\
|
|
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "a5e1608a629667de3cfd17289d599b07"
|
|
SRC_URI[sha256sum] = "f18831389f6b735e73c74d7f411602722dc8ce214ac3f4171b59d216d842a3b0"
|