mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 12:41:58 +02:00
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
262 B
BlitzBasic
11 lines
262 B
BlitzBasic
DESCRIPTION = "Edb is the Enlightenment database library"
|
|
LICENSE = "MIT BSD"
|
|
DEPENDS = "zlib"
|
|
PV = "1.0.5.050+svnr${SRCPV}"
|
|
SRCREV = "${EFL_SRCREV}"
|
|
|
|
inherit efl
|
|
|
|
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|