blob: 1fcc47e828c9957258a7da663b16cad1d8a805ec (
plain)
1
2
3
4
5
6
7
8
9
|
require gypsy.inc
SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
file://fixups.patch;patch=1;maxrev=107 \
file://docs-reference-am.patch;patch=1;minrev=134"
S = "${WORKDIR}/${PN}"
PV = "0.0+svnr${SRCREV}"
PR = "r1"
|