summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-04-28 09:38:17 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:47:02 +0200
commit0ffd1ba9abbc30f12a5053710a13c88e27a957f4 (patch)
tree4b95fb1424c9e2454a1d7f388c62f0de26943dd0 /meta-oe/recipes-multimedia
parentecc6a522299d62d898b8b2521fce7010907e301f (diff)
downloadmeta-openembedded-0ffd1ba9abbc30f12a5053710a13c88e27a957f4.tar.gz
jack: move to git
The subversion repository has been closed down. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/jack/jack_0.121.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
index b255ceff5..e7a0ee111 100644
--- a/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_0.121.0.bb
@@ -12,14 +12,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c030468238b2cf89925a57f2780396a7 \
12 12
13DEPENDS = "alsa-lib libsamplerate0 readline" 13DEPENDS = "alsa-lib libsamplerate0 readline"
14 14
15SVNPV = "${@'${PV}'.replace('.', '_')}" 15SRCREV = "91a688c602b7ce1711d8ad10fb07ebcf2e530a64"
16SRCREV = "4484" 16SRC_URI = "git://github.com/jackaudio/jack1.git \
17SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};protocol=http \
18 file://remove-wrong-host-test.patch \ 17 file://remove-wrong-host-test.patch \
19 file://jack_fix_TWL4030_alsa_capture.patch \ 18 file://jack_fix_TWL4030_alsa_capture.patch \
20" 19"
21 20
22S = "${WORKDIR}/RELEASE_${SVNPV}" 21S = "${WORKDIR}/git"
23 22
24inherit autotools 23inherit autotools
25 24