[oe-commits] Martin Jansa : shr: unify SRC_URI pointing to SHR repos on git.shr-project. org

git version control git at git.openembedded.org
Wed Nov 24 10:47:51 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7bfcf5198dc06e18b20088d1753b299e8fa5ad90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7bfcf5198dc06e18b20088d1753b299e8fa5ad90

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 24 11:36:44 2010 +0100

shr: unify SRC_URI pointing to SHR repos on git.shr-project.org

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../shr/libframeworkd-phonegui-efl2_git.bb         |    2 +-
 recipes/pyphonelog/pyphonelog_git.bb               |    2 +-
 recipes/shr/libphone-ui-shr_git.bb                 |    2 +-
 recipes/shr/ologicd_git.bb                         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb b/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb
index d3075c1..6c26572 100644
--- a/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb
+++ b/recipes/obsolete/shr/libframeworkd-phonegui-efl2_git.bb
@@ -5,7 +5,7 @@ PV = "0.0.1+gitr${SRCPV}"
 PR = "r2"
 
 SRCREV = "917226025c67b75def91e98ea923c2e550474a5b"
-SRC_URI = "git://shr.bearstech.com/repo/libframeworkd-phonegui-efl2.git;protocol=http;branch=master"
+SRC_URI = "git://git.shr-project.org/repo/libframeworkd-phonegui-efl2.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
 
 inherit pkgconfig autotools autotools
diff --git a/recipes/pyphonelog/pyphonelog_git.bb b/recipes/pyphonelog/pyphonelog_git.bb
index 8ba1df3..0f7a768 100644
--- a/recipes/pyphonelog/pyphonelog_git.bb
+++ b/recipes/pyphonelog/pyphonelog_git.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
 SRCREV = "d22159060470d2f429d4e8b9ba1dc3096aa5d099"
 PV = "0.17.0+gitr${SRCPV}"
 PR = "r1"
-SRC_URI = "git://shr.bearstech.com/repo/pyphonelog.git;protocol=http"
+SRC_URI = "git://git.shr-project.org/repo/pyphonelog.git;protocol=http"
 FILES_${PN} += "${datadir}/applications/phonelog.desktop \
 		${datadir}/phonelog/ \
 		${datadir}/pixmaps/phonelog.png"
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index 75debca..c816521 100644
--- a/recipes/shr/libphone-ui-shr_git.bb
+++ b/recipes/shr/libphone-ui-shr_git.bb
@@ -5,7 +5,7 @@ SRCREV = "98bdc18ae2e09e6a6d357ecdc204fd007a9b562b"
 PV = "0.0.1+gitr${SRCPV}"
 PR = "r1"
 
-SRC_URI = "git://shr.bearstech.com/repo/libphone-ui-shr.git;protocol=http;branch=master"
+SRC_URI = "git://git.shr-project.org/repo/libphone-ui-shr.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
 
 inherit pkgconfig autotools autotools
diff --git a/recipes/shr/ologicd_git.bb b/recipes/shr/ologicd_git.bb
index 759fc47..d61bfd8 100644
--- a/recipes/shr/ologicd_git.bb
+++ b/recipes/shr/ologicd_git.bb
@@ -7,5 +7,5 @@ PR = "r0"
 
 inherit autotools
 
-SRC_URI = "git://shr.bearstech.com/repo/${PN}.git;protocol=http;branch=master"
+SRC_URI = "git://git.shr-project.org/repo/${PN}.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list