diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-09-30 09:54:25 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-02 19:29:07 +0200 |
commit | 0560c4e1ddb9f599dcefe4f27bb123847d6c3d82 (patch) | |
tree | 99e34fd778aecb349bc4e858da0f5d3cc435a4f6 /meta-oe/recipes-support | |
parent | 44b3c94232301bbfa97fe967635615ea91c77055 (diff) | |
download | meta-openembedded-0560c4e1ddb9f599dcefe4f27bb123847d6c3d82.tar.gz |
portaudio: update SRC_URI
* http://www.portaudio.com/usingsvn.html:
Note that we are in the process of migrating from Trac on portaudio.com to Assembla. (1/24/12)
* old repo seems gone now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb index 312ae602f..b35d1d84e 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | |||
@@ -6,7 +6,7 @@ SRCREV = "1387" | |||
6 | PV = "v19+svnr${SRCPV}" | 6 | PV = "v19+svnr${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "svn://www.portaudio.com/repos/portaudio;module=trunk;protocol=http" | 9 | SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http" |
10 | S = "${WORKDIR}/trunk" | 10 | S = "${WORKDIR}/trunk" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |