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

SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
           file://add_vercmp.patch \
           file://add_uname_support.patch \
           file://fix_installorder.patch \
           file://offline_postinstall.patch\
           file://track_parents.patch \
           file://conf_override.patch \
"

S = "${WORKDIR}/trunk"

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

PR = "${INC_PR}.1"