From 0be6f3b5a69a65107b49a90bee98815a5a7ac9d8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 23 Jan 2017 12:56:19 +0000 Subject: tremor: Use mirror tarball instead of svn url This is the only remaining svn url in OE-Core and building subversion-native for things like the url checker is wearing and slows down builds. Since this rarely changes, use the mirror tarball instead. Signed-off-by: Richard Purdie --- meta/recipes-multimedia/tremor/tremor_20150107.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-multimedia/tremor/tremor_20150107.bb b/meta/recipes-multimedia/tremor/tremor_20150107.bb index 937894a73a..96834bd9a2 100644 --- a/meta/recipes-multimedia/tremor/tremor_20150107.bb +++ b/meta/recipes-multimedia/tremor/tremor_20150107.bb @@ -13,10 +13,15 @@ RECIPE_UPSTREAM_VERSION = "20150107" RECIPE_UPSTREAM_DATE = "Jan 07, 2015" CHECK_DATE = "Aug 12, 2015" -SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http \ +# Only subversion url left in OE-Core, use a mirror tarball instead since +# this rarely changes. +# svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http +SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/Tremor_svn.xiph.org_.trunk_19427_.tar.gz \ file://obsolete_automake_macros.patch;striplevel=0 \ file://tremor-arm-thumb2.patch \ " +SRC_URI[md5sum] = "b308f9598176c0b5059c0124ab122afe" +SRC_URI[sha256sum] = "2196802e1635f9ac4474eeee0fe4da12e6c1ad3942862427a67268de2b65b1d4" S = "${WORKDIR}/Tremor" -- cgit 1.2.3-korg