From: Steffen Sledz Date: Wed, 14 Mar 2012 10:43:40 +0000 (+0100) Subject: ltrace-0.5.3: Update URI to a functioning one X-Git-Tag: sz_160~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58447c9887f5581f0717259f2797d57ae0eb8fd0;p=openembedded.git ltrace-0.5.3: Update URI to a functioning one We have to use a specific date to the debian snapshot mirror to get this version of the file. Signed-off-by: Steffen Sledz Conflicts: recipes/ltrace/ltrace_0.5.3.bb --- diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb index ea8a0fa6e9..16440d1597 100644 --- a/recipes/ltrace/ltrace_0.5.3.bb +++ b/recipes/ltrace/ltrace_0.5.3.bb @@ -7,8 +7,8 @@ LICENSE = "GPLv2" PR = "r3" SRC_URI = "\ - ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}.orig.tar.gz \ - ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_${PV}-2.diff.gz;patch=1 \ + http://snapshot.debian.org/archive/debian/20090801T192339Z/pool/main/l/ltrace/ltrace_${PV}.orig.tar.gz;name=archive \ + http://snapshot.debian.org/archive/debian/20090801T192339Z/pool/main/l/ltrace/ltrace_${PV}-2.diff.gz;name=patch;patch=1 \ file://add-sysdep.patch;patch=1 \ file://ltrace-compile.patch;patch=1 \ file://ltrace-mips-remove-CP.patch;patch=1 \