From 4e8c767f3fc281e26472e66ccde07419a2c092fc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 23 Oct 2010 19:18:41 -0700 Subject: jack: use the svn repository to fetch Signed-off-by: Chris Larson --- recipes/jack/jack_0.118.0.bb | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'recipes/jack/jack_0.118.0.bb') diff --git a/recipes/jack/jack_0.118.0.bb b/recipes/jack/jack_0.118.0.bb index 22c814378b..1c9ff42a28 100644 --- a/recipes/jack/jack_0.118.0.bb +++ b/recipes/jack/jack_0.118.0.bb @@ -10,16 +10,14 @@ DEPENDS = "alsa-lib" PR = "r2" -# Original has disappeared. Use Angstrom mirror for now. -#SRC_URI = "http://jackaudio.org/downloads/jack-audio-connection-kit-${PV}.tar.gz" -SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/jack-audio-connection-kit-${PV}.tar.gz" -SRC_URI[md5sum] = "d58e29a55f285d54e75134cec8e02a10" -SRC_URI[sha256sum] = "6aadf38ca98104772fd675bba7adecf72d2a600e17cccfc5d1f7c50f19b722c2" +SVNPV = "${@'${PV}'.replace('.', '_')}" +SRCREV = "${AUTOREV}" +SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};proto=http" # This is not omap3 specific, but there is a strong correlation between using twl4030 and using omap3 SRC_URI_append_omap3 = " file://jack_fix_TWL4030_alsa_capture.patch" -S = "${WORKDIR}/jack-audio-connection-kit-${PV}" +S = "${WORKDIR}/RELEASE_${SVNPV}" inherit autotools @@ -38,4 +36,3 @@ FILES_libjack = "${libdir}/*.so.* ${libdir}/jack/*.so" FILES_jack-server = "${bindir}/jackd" FILES_jack-examples = "${bindir}/*" FILES_${PN}-doc += " ${datadir}/jack-audio-connection-kit/reference/html/* " - -- cgit 1.2.3-korg From 1f2731798adbbf93270aedabfc4e507583af0b25 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 8 Nov 2010 09:15:26 -0700 Subject: jack-0.118.0: fix SRCREV Signed-off-by: Chris Larson --- recipes/jack/jack_0.118.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/jack/jack_0.118.0.bb') diff --git a/recipes/jack/jack_0.118.0.bb b/recipes/jack/jack_0.118.0.bb index 1c9ff42a28..5ca9d658c3 100644 --- a/recipes/jack/jack_0.118.0.bb +++ b/recipes/jack/jack_0.118.0.bb @@ -11,7 +11,7 @@ DEPENDS = "alsa-lib" PR = "r2" SVNPV = "${@'${PV}'.replace('.', '_')}" -SRCREV = "${AUTOREV}" +SRCREV = "4084" SRC_URI = "svn://subversion.jackaudio.org/jack/tags;module=RELEASE_${SVNPV};proto=http" # This is not omap3 specific, but there is a strong correlation between using twl4030 and using omap3 -- cgit 1.2.3-korg