[oe-commits] [openembedded-core] 07/20: ptest-runner: recipe update related to minor fix.

git at git.openembedded.org git at git.openembedded.org
Tue Sep 27 08:13:58 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d47f72c232e2db126ced434d11feaaabc376283d
Author: Edwin Plauchu <edwin.plauchu.camacho at intel.com>
AuthorDate: Mon Sep 26 16:44:25 2016 -0500

    ptest-runner: recipe update related to minor fix.
    
    A minor fix has been published regarding the need of a user
    of being noticed when some run-ptest script fails.
    
    Also Found modifications to ptest unit test stuff
    * removed unnecessary code from unit test run_timeout_ptest
    * added test case for run_ptest failure
    
    Finally..
    New content within contributions section of README.md.
    
    [YOCTO #9752]
    
    Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
index aaa7c59..9d45513 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
@@ -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 = "8bfdf946e784f4d5757bebee1fbc4b4a3d7a95c4"
-PV = "2.0+git${SRCPV}"
+SRCREV = "e2aa4256745377b784c8691f546041b59f6e046b"
+PV = "2.0.1+git${SRCPV}"
 
 SRC_URI = "git://git.yoctoproject.org/ptest-runner2"
 S = "${WORKDIR}/git"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list