diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-03 12:20:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-03 12:21:04 +0000 |
commit | 20c6e876ed6b8c8ac007848e2b36e9a8a56bb703 (patch) | |
tree | b52b38f78f908831aa47bfa3d52f898b33d30a6b /meta/classes | |
parent | fb625e555707478d5b4931c6bc83ab06b17a8ca9 (diff) | |
download | openembedded-core-20c6e876ed6b8c8ac007848e2b36e9a8a56bb703.tar.gz openembedded-core-20c6e876ed6b8c8ac007848e2b36e9a8a56bb703.tar.bz2 openembedded-core-20c6e876ed6b8c8ac007848e2b36e9a8a56bb703.zip |
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@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/testsdk.bbclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass index 29db5e81c8..6a201aa41b 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 |