blob: b24ef26775d0082de82a20437f3d35ee532a3f3b (
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"
|