]> code.ossystems Code Review - openembedded-core.git/commitdiff
ptest-runner: Upgrade to minor version 2.0.2
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 10 Apr 2017 17:15:03 +0000 (12:15 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Apr 2017 17:09:21 +0000 (18:09 +0100)
To fix a problem when print ERROR after a ptest timeout, this
causes the user confusion about if a test ends or not.

[YOCTO #10842]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/ptest-runner/ptest-runner_2.0.2.bb [moved from meta/recipes-support/ptest-runner/ptest-runner_2.0.bb with 89% similarity]

similarity index 89%
rename from meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
rename to meta/recipes-support/ptest-runner/ptest-runner_2.0.2.bb
index 9d4551389b219220bc09f0ea405837c6ca51f949..a3e9a7e2147f986826efccb9202045847f84590a 100644 (file)
@@ -7,8 +7,8 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 
-SRCREV = "e2aa4256745377b784c8691f546041b59f6e046b"
-PV = "2.0.1+git${SRCPV}"
+SRCREV = "6d2872116cd9d6e1617a768f9d72bbf091489b2d"
+PV = "2.0.2+git${SRCPV}"
 
 SRC_URI = "git://git.yoctoproject.org/ptest-runner2"
 S = "${WORKDIR}/git"