diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-02-15 09:00:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-15 10:01:48 +0000 |
commit | e5e02f3cba1b81af39f432730802e871deb53eca (patch) | |
tree | bb8357c89525e20cea87420159d176d3dccb87a2 /meta/recipes-connectivity/gypsy | |
parent | 411056041b23631548ad2fa467152eb52c32a0ea (diff) | |
download | poky-e5e02f3cba1b81af39f432730802e871deb53eca.tar.gz |
gypsy: Change gypsy upstream repo address
This fixes [BUGID #623].
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/gypsy')
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_git.bb | 15 | ||||
-rw-r--r-- | meta/recipes-connectivity/gypsy/gypsy_svn.bb | 9 |
2 files changed, 15 insertions, 9 deletions
diff --git a/meta/recipes-connectivity/gypsy/gypsy_git.bb b/meta/recipes-connectivity/gypsy/gypsy_git.bb new file mode 100644 index 0000000000..13572404e6 --- /dev/null +++ b/meta/recipes-connectivity/gypsy/gypsy_git.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require gypsy.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | PV = "0.8+git${SRCPV}" | ||
6 | S = "${WORKDIR}/git" | ||
7 | |||
8 | LICENSE = "GPLv2+ & LGPLv2+" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
10 | file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
11 | file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \ | ||
12 | file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd" | ||
13 | |||
14 | SRC_URI = "git://anongit.freedesktop.org/gypsy;protocol=git \ | ||
15 | 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 index 2e9840afd3..0000000000 --- a/meta/recipes-connectivity/gypsy/gypsy_svn.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require gypsy.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | PV = "0.0+svnr${SRCPV}" | ||
6 | S = "${WORKDIR}/${PN}" | ||
7 | |||
8 | SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \ | ||
9 | file://fixups.patch;patch=1" | ||