aboutsummaryrefslogtreecommitdiffstats
path: root/packages/vincent
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-02 14:54:24 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-02 14:54:24 +0000
commit710d0c3d0d686d309cbfcff348e98dc5613c4785 (patch)
tree1d6366ac2a8419739527f71c7ecfb67936842c3d /packages/vincent
parent96247505abe090eb267226156d9e06a5c2e12192 (diff)
downloadopenembedded-710d0c3d0d686d309cbfcff348e98dc5613c4785.tar.gz
libw100,vincent: fixed SRC_URI - SSL certificate is for *.svn.sourceforge.net not for *.svn.sf.net
Diffstat (limited to 'packages/vincent')
-rw-r--r--packages/vincent/vincent_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vincent/vincent_svn.bb b/packages/vincent/vincent_svn.bb
index b8c188b36f..f872f727be 100644
--- a/packages/vincent/vincent_svn.bb
+++ b/packages/vincent/vincent_svn.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD"
PV = "0.0+svn${SRCDATE}"
PR = "r0"
-SRC_URI = "svn://ogl-es.svn.sf.net/svnroot/ogl-es/branches;module=linux_nokia_770;proto=https"
+SRC_URI = "svn://ogl-es.svn.sourceforge.net/svnroot/ogl-es/branches;module=linux_nokia_770;proto=https"
S = "${WORKDIR}/linux_nokia_770/ogles/projects/linux-x11"