aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/engrave_svn.bb
blob: f0f5d4fe492103d2c087ff5a57c12d77804f6a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Engrave is an Edje Editing Library"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=edf2d968b9eb026bfa82cccbd0e6f9f5"
# also requires yacc and lex on host
DEPENDS = "evas ecore"
PV = "0.0.0+svnr${SRCPV}"
SRCREV = "${EFL_SRCREV}"

inherit efl
SRC_URI = "${E_SVN}/OLD;module=${SRCNAME};protocol=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"