summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
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