]> code.ossystems Code Review - openembedded-core.git/commitdiff
strace: use strace.io as the tarball location
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 1 Mar 2018 14:00:45 +0000 (16:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Mar 2018 17:08:31 +0000 (17:08 +0000)
As explained here:
https://sourceforge.net/projects/strace/files/

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/strace/strace_4.20.bb

index d5df25eba8fc16613dcb0136a71c0c0cffbe0358..869c12f65a7173da61f797bf947555a9af3bde25 100644 (file)
@@ -1,10 +1,10 @@
 SUMMARY = "System call tracing tool"
-HOMEPAGE = "http://strace.sourceforge.net"
+HOMEPAGE = "http://strace.io"
 SECTION = "console/utils"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f132b4d2adfccc63da4139a609367711"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
+SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
            file://disable-git-version-gen.patch \
            file://more-robust-test-for-m32-mx32-compile-support.patch \
            file://update-gawk-paths.patch \