]> code.ossystems Code Review - openembedded-core.git/commitdiff
gypsy: Change gypsy upstream repo address
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 15 Feb 2011 01:00:34 +0000 (09:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Feb 2011 10:01:48 +0000 (10:01 +0000)
This fixes [BUGID #623].

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-connectivity/gypsy/gypsy_git.bb [new file with mode: 0644]
meta/recipes-connectivity/gypsy/gypsy_svn.bb [deleted file]

diff --git a/meta/recipes-connectivity/gypsy/gypsy_git.bb b/meta/recipes-connectivity/gypsy/gypsy_git.bb
new file mode 100644 (file)
index 0000000..1357240
--- /dev/null
@@ -0,0 +1,15 @@
+require gypsy.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+PV = "0.8+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+LICENSE = "GPLv2+ & LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
+                    file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
+                    file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
+                    file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"
+
+SRC_URI = "git://anongit.freedesktop.org/gypsy;protocol=git \
+           file://fixups.patch;patch=1"
diff --git a/meta/recipes-connectivity/gypsy/gypsy_svn.bb b/meta/recipes-connectivity/gypsy/gypsy_svn.bb
deleted file mode 100644 (file)
index 2e9840a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-require gypsy.inc
-
-DEFAULT_PREFERENCE = "-1"
-
-PV = "0.0+svnr${SRCPV}"
-S = "${WORKDIR}/${PN}"
-
-SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \
-           file://fixups.patch;patch=1"