[oe-commits] [openembedded-core] branch master updated: testsdk: Fix lockfile patch

git at git.openembedded.org git at git.openembedded.org
Fri Mar 3 12:21:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/master by this push:
     new 20c6e87  testsdk: Fix lockfile patch
20c6e87 is described below

commit 20c6e876ed6b8c8ac007848e2b36e9a8a56bb703
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Mar 3 12:20:17 2017 +0000

    testsdk: Fix lockfile patch
    
    In the previous lock removal patch I mixed up the two tasks and broke sdk
    testing. Fix this by removing locks for both sdk and extsdk.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/testsdk.bbclass | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass
index 29db5e8..6a201aa 100644
--- a/meta/classes/testsdk.bbclass
+++ b/meta/classes/testsdk.bbclass
@@ -87,9 +87,6 @@ python do_testsdk() {
 }
 addtask testsdk
 do_testsdk[nostamp] = "1"
-do_testsdk[lockfiles] += "${TESTSDKLOCK}"
-
-TESTSDKEXTLOCK = "${TMPDIR}/testsdkext.lock"
 
 def testsdkext_main(d):
     import os

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


More information about the Openembedded-commits mailing list