diff options
-rw-r--r-- | meta-oe/recipes-multimedia/jack/jack_0.121.0.bb | 7 |
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 | ||
13 | DEPENDS = "alsa-lib libsamplerate0 readline" | 13 | DEPENDS = "alsa-lib libsamplerate0 readline" |
14 | 14 | ||
15 | SVNPV = "${@'${PV}'.replace('.', '_')}" | 15 | SRCREV = "91a688c602b7ce1711d8ad10fb07ebcf2e530a64" |
16 | SRCREV = "4484" | 16 | SRC_URI = "git://github.com/jackaudio/jack1.git \ |
17 | SRC_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 | ||
22 | S = "${WORKDIR}/RELEASE_${SVNPV}" | 21 | S = "${WORKDIR}/git" |
23 | 22 | ||
24 | inherit autotools | 23 | inherit autotools |
25 | 24 | ||