summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"