aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/engrave_svn.bb
blob: fefd6d43d8a866c4e38b06cfbb3cc275265aeacd (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Engrave is an Edje Editing Library"
LICENSE = "MIT"
# also requires yacc and lex on host
DEPENDS = "evas ecore"
PV = "0.0.0+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}"