summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-03-01 16:00:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 17:08:31 +0000
commit68a3534f998b99d357d1a44bc0c07a185a08826f (patch)
tree385589aaf5f03d006da0b7843d0b88364667ec09
parent36aae56e7f86a4d5ce93e4528e7dcc42f60c705e (diff)
downloadopenembedded-core-contrib-68a3534f998b99d357d1a44bc0c07a185a08826f.tar.gz
strace: use strace.io as the tarball location
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>
-rw-r--r--meta/recipes-devtools/strace/strace_4.20.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.20.bb b/meta/recipes-devtools/strace/strace_4.20.bb
index d5df25eba8..869c12f65a 100644
--- a/meta/recipes-devtools/strace/strace_4.20.bb
+++ b/meta/recipes-devtools/strace/strace_4.20.bb
@@ -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 \