diff options
Diffstat (limited to 'recipes/gypsy/gypsy_svn.bb')
-rw-r--r-- | recipes/gypsy/gypsy_svn.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gypsy/gypsy_svn.bb b/recipes/gypsy/gypsy_svn.bb new file mode 100644 index 0000000000..1fcc47e828 --- /dev/null +++ b/recipes/gypsy/gypsy_svn.bb @@ -0,0 +1,9 @@ +require gypsy.inc + +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" +S = "${WORKDIR}/${PN}" + +PV = "0.0+svnr${SRCREV}" +PR = "r1" |