Prechádzať zdrojové kódy

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>
Richard Purdie 2 mesiacov pred
rodič
commit
61bfdcd5eb

+ 2 - 2
meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb → meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb

@@ -5,9 +5,9 @@ HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
+SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=V${PV} \
            "
-SRCREV = "44162bc4e00d06d366436857093a276ea692711e"
+SRCREV = "d4eef982dc98fe915aa82303c0a24070d0a51b00"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"