Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] clutter: Use new git repo
@ 2011-06-21 12:22 edwin.zhai
  2011-06-21 12:22 ` [PATCH 1/1] " edwin.zhai
  0 siblings, 1 reply; 4+ messages in thread
From: edwin.zhai @ 2011-06-21 12:22 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

clutter-project.org moved its git repo to gnome.org, so need update SRC_URI.

[YOCTO #1040] got fixed.

The following changes since commit aa366699d62266365c6acd5bea71f02aedb63adc:

  gnome-vfs: remove gnome-vfs as it is deprecated in favour of GVFS and GIO (2011-06-21 14:51:01 +0800)

are available in the git repository at:
  git@git.pokylinux.org:poky-contrib.git gzhai/master
  http://git.pokylinux.org/cgit.cgi//log/?h=gzhai/master

Zhai Edwin (1):
  clutter: Use new git repo

 meta/recipes-graphics/clutter/clutter-box2d_git.bb |    2 +-
 meta/recipes-graphics/clutter/clutter_git.bb       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




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

* [PATCH 1/1] clutter: Use new git repo
  2011-06-21 12:22 [PATCH 0/1] clutter: Use new git repo edwin.zhai
@ 2011-06-21 12:22 ` edwin.zhai
  2011-06-22 16:38   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: edwin.zhai @ 2011-06-21 12:22 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

clutter move its git server from clutter-project.org to gnome.org

[YOCTO #1040] got fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-graphics/clutter/clutter-box2d_git.bb |    2 +-
 meta/recipes-graphics/clutter/clutter_git.bb       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
index 4c1c003..2d10d81 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
@@ -6,7 +6,7 @@ SRCREV = "4799ac10ae8cb7da936a2b999aba58fe62eb1ee3"
 PV = "0.10.1+git${SRCPV}"
 PR = "r0"
 
-SRC_URI = "git://git.clutter-project.org/clutter-box2d.git;protocol=git"
+SRC_URI = "git://git.gnome.org/clutter-box2d;protocol=git"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index cb5f476..76a26a6 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -7,7 +7,7 @@ SRCREV = "e957e277b8a4893ce8c99e94402036d42a8b3748"
 PV = "1.0.0+git${SRCPV}"
 PR = "r9"
 
-SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
+SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
            file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
            file://enable_tests.patch;patch=1;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
 S = "${WORKDIR}/git"
-- 
1.7.1




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

* Re: [PATCH 1/1] clutter: Use new git repo
  2011-06-21 12:22 ` [PATCH 1/1] " edwin.zhai
@ 2011-06-22 16:38   ` Richard Purdie
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2011-06-22 16:38 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-06-21 at 20:22 +0800, edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> clutter move its git server from clutter-project.org to gnome.org
> 
> [YOCTO #1040] got fixed
> 
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> ---
>  meta/recipes-graphics/clutter/clutter-box2d_git.bb |    2 +-
>  meta/recipes-graphics/clutter/clutter_git.bb       |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
> index 4c1c003..2d10d81 100644
> --- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb
> +++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
> @@ -6,7 +6,7 @@ SRCREV = "4799ac10ae8cb7da936a2b999aba58fe62eb1ee3"
>  PV = "0.10.1+git${SRCPV}"
>  PR = "r0"
>  
> -SRC_URI = "git://git.clutter-project.org/clutter-box2d.git;protocol=git"
> +SRC_URI = "git://git.gnome.org/clutter-box2d;protocol=git"
>  
>  S = "${WORKDIR}/git"
>  
> diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
> index cb5f476..76a26a6 100644
> --- a/meta/recipes-graphics/clutter/clutter_git.bb
> +++ b/meta/recipes-graphics/clutter/clutter_git.bb
> @@ -7,7 +7,7 @@ SRCREV = "e957e277b8a4893ce8c99e94402036d42a8b3748"
>  PV = "1.0.0+git${SRCPV}"
>  PR = "r9"
>  
> -SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
> +SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
>             file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
>             file://enable_tests.patch;patch=1;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
>  S = "${WORKDIR}/git"

Master already has:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=e4293c5be719663d75d7bc464a04a841d8b35115

Could you please rebase on top of that?

Cheers,

Richard





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

* [PATCH 1/1] clutter: Use new git repo
  2011-06-23 12:33 [PATCH 0/1] Use new git server for clutter, V2 edwin.zhai
@ 2011-06-23 12:33 ` edwin.zhai
  0 siblings, 0 replies; 4+ messages in thread
From: edwin.zhai @ 2011-06-23 12:33 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

clutter move its git server from clutter-project.org to gnome.org

[YOCTO #1040] got fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 meta/recipes-graphics/clutter/clutter_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb
index cb5f476..76a26a6 100644
--- a/meta/recipes-graphics/clutter/clutter_git.bb
+++ b/meta/recipes-graphics/clutter/clutter_git.bb
@@ -7,7 +7,7 @@ SRCREV = "e957e277b8a4893ce8c99e94402036d42a8b3748"
 PV = "1.0.0+git${SRCPV}"
 PR = "r9"
 
-SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=master \
+SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
            file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;patch=1;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
            file://enable_tests.patch;patch=1;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
 S = "${WORKDIR}/git"
-- 
1.7.1




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

end of thread, other threads:[~2011-06-23 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 12:22 [PATCH 0/1] clutter: Use new git repo edwin.zhai
2011-06-21 12:22 ` [PATCH 1/1] " edwin.zhai
2011-06-22 16:38   ` Richard Purdie
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23 12:33 [PATCH 0/1] Use new git server for clutter, V2 edwin.zhai
2011-06-23 12:33 ` [PATCH 1/1] clutter: Use new git repo edwin.zhai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox