mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
275 B
BlitzBasic
12 lines
275 B
BlitzBasic
DESCRIPTION = "Edb is the Enlightenment database library"
|
|
LICENSE = "MIT BSD"
|
|
DEPENDS = "zlib"
|
|
PV = "1.0.5.050+svnr${SRCPV}"
|
|
PR = "r1"
|
|
SRCREV = "${EFL_SRCREV_1.0.0}"
|
|
|
|
inherit efl
|
|
|
|
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};proto=http;scmdata=keep"
|
|
S = "${WORKDIR}/${SRCNAME}"
|