summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_svn.bb
blob: dbfca0fcc843831b8485d8d886fa86a96f93acc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require opkg.inc

SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
           file://no-install-recommends.patch \
"

S = "${WORKDIR}/trunk"

SRCREV = "653"
PV = "0.1.8+svnr${SRCPV}"

PR = "${INC_PR}.0"