blob: ed5d45537bf12b251e6bd7949d764f277c7b731a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require gypsy.inc
DEFAULT_PREFERENCE = "-1"
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"
PR = "1"
PV = "0.0+svnr${SRCREV}"
S = "${WORKDIR}/${PN}"
DEPENDS = "libxslt-native"
|