All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gypsy: Add version 0.7, remove broken svn recipe
@ 2010-03-19 22:54 Martyn Welch
  2010-03-20  8:21 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Martyn Welch @ 2010-03-19 22:54 UTC (permalink / raw)
  To: openembedded-devel; +Cc: koen

Svn package no longer provided at o-hand. Remove it and replace with
version 0.7 from the projects website.

Signed-off-by: Martyn Welch <martyn@welchs.me.uk>
---

 recipes/gypsy/gypsy_0.7.bb |   10 ++++++++++
 recipes/gypsy/gypsy_svn.bb |   10 ----------
 2 files changed, 10 insertions(+), 10 deletions(-)
 create mode 100644 recipes/gypsy/gypsy_0.7.bb
 delete mode 100644 recipes/gypsy/gypsy_svn.bb

diff --git a/recipes/gypsy/gypsy_0.7.bb b/recipes/gypsy/gypsy_0.7.bb
new file mode 100644
index 0000000..9c1fb41
--- /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 0245a95..0000000
--- 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"




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-20  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 22:54 [PATCH] gypsy: Add version 0.7, remove broken svn recipe Martyn Welch
2010-03-20  8:21 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.