summaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-24 11:36:44 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-24 11:38:38 +0100
commit7bfcf5198dc06e18b20088d1753b299e8fa5ad90 (patch)
tree13a5637af13ca2cf25e4b584fbd86ea6dcab15a2 /recipes/shr
parent7587135e2613312276259a0ed188f1448aecd23f (diff)
downloadopenembedded-7bfcf5198dc06e18b20088d1753b299e8fa5ad90.tar.gz
shr: unify SRC_URI pointing to SHR repos on git.shr-project.org
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/libphone-ui-shr_git.bb2
-rw-r--r--recipes/shr/ologicd_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index 75debca870..c816521a0d 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 759fc47cdd..d61bfd87b3 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"