diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-03-01 16:00:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-04 11:35:41 +0000 |
commit | ba9eed7fd9e682c493cb71c9d0b5de34fbe52ff5 (patch) | |
tree | a0a734e790f009c325168685432eb9dcef31a0ce | |
parent | bcbc7bbc4fb967d8d4ae6333f71b73491a80b94e (diff) | |
download | poky-ba9eed7fd9e682c493cb71c9d0b5de34fbe52ff5.tar.gz |
strace: use strace.io as the tarball location
As explained here:
https://sourceforge.net/projects/strace/files/
(From OE-Core rev: 68a3534f998b99d357d1a44bc0c07a185a08826f)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.20.bb | 4 |
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 @@ | |||
1 | SUMMARY = "System call tracing tool" | 1 | SUMMARY = "System call tracing tool" |
2 | HOMEPAGE = "http://strace.sourceforge.net" | 2 | HOMEPAGE = "http://strace.io" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f132b4d2adfccc63da4139a609367711" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f132b4d2adfccc63da4139a609367711" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ | 7 | SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ |
8 | file://disable-git-version-gen.patch \ | 8 | file://disable-git-version-gen.patch \ |
9 | file://more-robust-test-for-m32-mx32-compile-support.patch \ | 9 | file://more-robust-test-for-m32-mx32-compile-support.patch \ |
10 | file://update-gawk-paths.patch \ | 10 | file://update-gawk-paths.patch \ |