]> code.ossystems Code Review - openembedded-core.git/commitdiff
testsdk: Fix lockfile patch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Mar 2017 12:20:17 +0000 (12:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Mar 2017 12:21:04 +0000 (12:21 +0000)
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@linuxfoundation.org>
meta/classes/testsdk.bbclass

index 29db5e81c8d1f2fe92285f01c5b58da43f5e3f45..6a201aa41b5679f91f2123f929ad8f8ef23ccb51 100644 (file)
@@ -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