blob: a0667ac6fe3536984f12fb83123edf1f6ca60c62 (
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;protocol=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"
|