summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-01 10:11:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-03 11:06:20 +0100
commit61bfdcd5ebba45d9656c95bb8c545a9bd5356820 (patch)
treedcd38c245d6ef965c1e6b0d3407b97354d4a74b1
parent95a1da64adc5240baee9aa42d40209d616e5b89d (diff)
downloadpoky-61bfdcd5ebba45d9656c95bb8c545a9bd5356820.tar.gz
stress-ng: upgrade 0.18.11 -> 0.18.12
Add tag to SRC_URI to verify SRCREV. (From OE-Core rev: 225004027e051f91d2c2bac0531319ef4fa796d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb
index 2b1e306b17..b1cfdc371f 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb
@@ -5,9 +5,9 @@ HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
5LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ 8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV} \
9 " 9 "
10SRCREV = "44162bc4e00d06d366436857093a276ea692711e" 10SRCREV = "d4eef982dc98fe915aa82303c0a24070d0a51b00"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS = "coreutils-native libbsd" 13DEPENDS = "coreutils-native libbsd"