[Buildroot] [git commit] package/stress-ng: fix broken URL
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-12-05 16:01:38
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=f3b30d4b543098fed455bb24cda75994bcb797fc branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Do the same as commit "12c01079bd package/stress-ng: bump to version 0.13.05" did for 2022.02 but without the version bump. The project URL returns 404 error because: Quoting Coling King: "Unfortunately when I left Canonical last week they removed my tarballs" So use github and update hash. Signed-off-by: S��bastien Szymanski <redacted> Cc: Arnout Vandecappelle (Essensium/Mind) <redacted> [Ricardo: do not bump the version. There will be no version clash at sources.buildroot.net since the file format changed] Signed-off-by: Ricardo Martincoski <redacted> Cc: Romain Naour <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- package/stress-ng/Config.in | 2 +- package/stress-ng/stress-ng.hash | 2 +- package/stress-ng/stress-ng.mk | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/package/stress-ng/Config.in b/package/stress-ng/Config.in
index 64b473b75c..839cbb1cc0 100644
--- a/package/stress-ng/Config.in
+++ b/package/stress-ng/Config.in@@ -12,7 +12,7 @@ config BR2_PACKAGE_STRESS_NG subsystems of a computer as well as the various operating system kernel interfaces. - http://kernel.ubuntu.com/~cking/stress-ng/ + https://github.com/ColinIanKing/stress-ng comment "stress-ng needs a toolchain w/ headers >= 3.3" depends on !BR2_nios2 && !BR2_arc
diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash
index f3eb76fa82..bbdcd155c8 100644
--- a/package/stress-ng/stress-ng.hash
+++ b/package/stress-ng/stress-ng.hash@@ -1,3 +1,3 @@ # Locally calculated -sha256 f37f739e4d15343360a47980b67dc8b2a6bf3d4d3ef727d55e2dd99a0b64f9ea stress-ng-0.13.01.tar.xz +sha256 1973b142b9b731952dd4ce77c3618a7e3c62494587e23bf37c8683503d048f68 stress-ng-0.13.01.tar.gz sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk
index e0b385e756..54572383c4 100644
--- a/package/stress-ng/stress-ng.mk
+++ b/package/stress-ng/stress-ng.mk@@ -5,8 +5,7 @@ ################################################################################ STRESS_NG_VERSION = 0.13.01 -STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz -STRESS_NG_SITE = https://kernel.ubuntu.com/~cking/tarballs/stress-ng +STRESS_NG_SITE = $(call github,ColinIanKing,stress-ng,V$(STRESS_NG_VERSION)) STRESS_NG_LICENSE = GPL-2.0+ STRESS_NG_LICENSE_FILES = COPYING