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

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

S = "${WORKDIR}/trunk"

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

PR = "${INC_PR}.0"