summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-10-28 05:42:34 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-03 11:18:56 +0000
commit173a40ec3986c0b18915443a3fa953dc708387ca (patch)
tree0282c818d3e493c0c1808470042f4dd52de345f4
parentb7799dd102ebcf2737a28c7f6ef286b2f3f0dbf7 (diff)
downloadpoky-173a40ec3986c0b18915443a3fa953dc708387ca.tar.gz
stress-ng: convert to git, website is down
(From OE-Core rev: f332dd83231102684881785a8610e614a57e97a4) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb b/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
index 9b987c7bde..af8e77ece2 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
@@ -5,11 +5,11 @@ HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \ 8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https \
9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ 9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
10 " 10 "
11SRC_URI[md5sum] = "7b89157c838f2bb4bdeba8f46e3c56ae" 11SRCREV = "e045bcd711178c11b7e797ef6b4c524658468596"
12SRC_URI[sha256sum] = "860291dd3a18b985b3483190a627bbede2b5c52113766c1921001b3fb4b83af0" 12S = "${WORKDIR}/git"
13 13
14DEPENDS = "coreutils-native" 14DEPENDS = "coreutils-native"
15 15