blob: c07d3930197b4f77b8136e9afcc1b759369ee7f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 \
"
S = "${WORKDIR}/trunk"
SRCREV = "633"
PV = "0.1.8+svnr${SRCPV}"
PR = "${INC_PR}.0"
|