diff options
Diffstat (limited to 'recipes/gypsy')
-rw-r--r-- | recipes/gypsy/gypsy_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gypsy/gypsy_svn.bb b/recipes/gypsy/gypsy_svn.bb index 1fcc47e828..8dac863a2b 100644 --- a/recipes/gypsy/gypsy_svn.bb +++ b/recipes/gypsy/gypsy_svn.bb @@ -5,5 +5,5 @@ SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \ file://docs-reference-am.patch;patch=1;minrev=134" S = "${WORKDIR}/${PN}" -PV = "0.0+svnr${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r1" |