aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gypsy/gypsy_svn.bb
blob: 0245a955f96687f2ce0c46ee4e9cf956b5757a9f (plain)
1
2
3
4
5
6
7
8
9
10
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 \
           file://remove-werror.patch;patch=1"
S = "${WORKDIR}/${PN}"

PV = "0.0+svnr${SRCPV}"
PR = "r1"