aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gypsy
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gypsy')
-rw-r--r--recipes/gypsy/gypsy_0.7.bb10
-rw-r--r--recipes/gypsy/gypsy_svn.bb10
2 files changed, 10 insertions, 10 deletions
diff --git a/recipes/gypsy/gypsy_0.7.bb b/recipes/gypsy/gypsy_0.7.bb
new file mode 100644
index 0000000000..9c1fb4177a
--- /dev/null
+++ b/recipes/gypsy/gypsy_0.7.bb
@@ -0,0 +1,10 @@
+require gypsy.inc
+
+SRC_URI = "http://gypsy.freedesktop.org/gypsy-releases/gypsy-0.7.tar.gz;name=gypsy \
+ file://docs-reference-am.patch;patch=1 \
+ file://remove-werror.patch;patch=1 \
+"
+
+SRC_URI[gypsy.md5sum] = "cde52c121693014efa75d9098fd7de22"
+SRC_URI[gypsy.sha256sum] = "60d9f9ada77c832899df4a164718895addc5015fa48f45fd58dc4bc8a983f205"
+
diff --git a/recipes/gypsy/gypsy_svn.bb b/recipes/gypsy/gypsy_svn.bb
deleted file mode 100644
index 0245a955f9..0000000000
--- a/recipes/gypsy/gypsy_svn.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-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 \
- file://remove-werror.patch;patch=1"
-S = "${WORKDIR}/${PN}"
-
-PV = "0.0+svnr${SRCPV}"
-PR = "r1"