From: Steve Sakoman Date: Thu, 28 Oct 2021 15:42:34 +0000 (-1000) Subject: stress-ng: convert to git, website is down X-Git-Tag: yocto-3.1.12~28 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f332dd83231102684881785a8610e614a57e97a4;p=openembedded-core.git stress-ng: convert to git, website is down Signed-off-by: Steve Sakoman --- 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/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \ +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https \ file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ " -SRC_URI[md5sum] = "7b89157c838f2bb4bdeba8f46e3c56ae" -SRC_URI[sha256sum] = "860291dd3a18b985b3483190a627bbede2b5c52113766c1921001b3fb4b83af0" +SRCREV = "e045bcd711178c11b7e797ef6b4c524658468596" +S = "${WORKDIR}/git" DEPENDS = "coreutils-native"