* [PATCH 0/1][PULL] Fix Bug 623
@ 2011-02-15 1:15 Dongxiao Xu
2011-02-15 1:15 ` [PATCH 1/1] gypsy: Change gypsy upstream repo address Dongxiao Xu
2011-02-15 10:02 ` [PATCH 0/1][PULL] Fix Bug 623 Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Dongxiao Xu @ 2011-02-15 1:15 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
This pull request fixes Bug 623, which changes gypsy repo address.
Please help to review and pull.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: dxu4/bugfix
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix
Thanks,
Dongxiao Xu <dongxiao.xu@intel.com>
---
Dongxiao Xu (1):
gypsy: Change gypsy upstream repo address
meta/recipes-connectivity/gypsy/gypsy_git.bb | 15 +++++++++++++++
meta/recipes-connectivity/gypsy/gypsy_svn.bb | 9 ---------
2 files changed, 15 insertions(+), 9 deletions(-)
create mode 100644 meta/recipes-connectivity/gypsy/gypsy_git.bb
delete mode 100644 meta/recipes-connectivity/gypsy/gypsy_svn.bb
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] gypsy: Change gypsy upstream repo address
2011-02-15 1:15 [PATCH 0/1][PULL] Fix Bug 623 Dongxiao Xu
@ 2011-02-15 1:15 ` Dongxiao Xu
2011-02-15 10:02 ` [PATCH 0/1][PULL] Fix Bug 623 Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Dongxiao Xu @ 2011-02-15 1:15 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
This fixes [BUGID #623].
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-connectivity/gypsy/gypsy_git.bb | 15 +++++++++++++++
meta/recipes-connectivity/gypsy/gypsy_svn.bb | 9 ---------
2 files changed, 15 insertions(+), 9 deletions(-)
create mode 100644 meta/recipes-connectivity/gypsy/gypsy_git.bb
delete mode 100644 meta/recipes-connectivity/gypsy/gypsy_svn.bb
diff --git a/meta/recipes-connectivity/gypsy/gypsy_git.bb b/meta/recipes-connectivity/gypsy/gypsy_git.bb
new file mode 100644
index 0000000..1357240
--- /dev/null
+++ b/meta/recipes-connectivity/gypsy/gypsy_git.bb
@@ -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
index 2e9840a..0000000
--- a/meta/recipes-connectivity/gypsy/gypsy_svn.bb
+++ /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"
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1][PULL] Fix Bug 623
2011-02-15 1:15 [PATCH 0/1][PULL] Fix Bug 623 Dongxiao Xu
2011-02-15 1:15 ` [PATCH 1/1] gypsy: Change gypsy upstream repo address Dongxiao Xu
@ 2011-02-15 10:02 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-02-15 10:02 UTC (permalink / raw)
To: Dongxiao Xu; +Cc: poky
On Tue, 2011-02-15 at 09:15 +0800, Dongxiao Xu wrote:
> From: Dongxiao Xu <dongxiao.xu@intel.com>
>
> This pull request fixes Bug 623, which changes gypsy repo address.
> Please help to review and pull.
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: dxu4/bugfix
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-15 10:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 1:15 [PATCH 0/1][PULL] Fix Bug 623 Dongxiao Xu
2011-02-15 1:15 ` [PATCH 1/1] gypsy: Change gypsy upstream repo address Dongxiao Xu
2011-02-15 10:02 ` [PATCH 0/1][PULL] Fix Bug 623 Richard Purdie
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.