gypsy_svn.bb: Gypsy needs libxslt-native for its documentation
authorDaniel Willmann <daniel@totalueberwachung.de>
Mon, 28 Jul 2008 21:23:26 +0000 (21:23 +0000)
committerDaniel Willmann <daniel@totalueberwachung.de>
Mon, 28 Jul 2008 21:23:26 +0000 (21:23 +0000)
packages/gypsy/gypsy_svn.bb

index bb1038d..ed5d455 100644 (file)
@@ -6,6 +6,8 @@ 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"