Files
meta-openembedded/meta-efl/recipes-efl/efl/edb_svn.bb
Koen Kooi 7d995c58b1 meta-efl: import from meta-shr.
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>
2011-03-23 18:15:03 +01:00

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}"