diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-02 14:54:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-02 14:54:24 +0000 |
commit | 710d0c3d0d686d309cbfcff348e98dc5613c4785 (patch) | |
tree | 1d6366ac2a8419739527f71c7ecfb67936842c3d /packages/vincent/vincent_svn.bb | |
parent | 96247505abe090eb267226156d9e06a5c2e12192 (diff) |
libw100,vincent: fixed SRC_URI - SSL certificate is for *.svn.sourceforge.net not for *.svn.sf.net
Diffstat (limited to 'packages/vincent/vincent_svn.bb')
-rw-r--r-- | packages/vincent/vincent_svn.bb | 2 |
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" |