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