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

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

S = "${WORKDIR}/trunk"

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

PR = "${INC_PR}.0"