aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/eio_svn.bb
blob: 6a12dcfcf827f65633c65dbb9f4c489f62af0677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require eio.inc

SRCREV = "${EFL_SRCREV}"
PV = "0.1.0+svnr${SRCPV}"
PR = "${INC_PR}.0"
DEFAULT_PREFERENCE = "-1"

LIC_FILES_CHKSUM = "file://COPYING;md5=403f20cf42c847686ac2956f14bfa30f"

SRC_URI = "\
  ${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep \
"
S = "${WORKDIR}/${SRCNAME}"