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:09 +0000 |
commit | 2e5181e510f3fffee53cfeab0380e8ad9b5ae60c (patch) | |
tree | fe15729b4b769bb868d1aaaa01b684f75a01965e /meta | |
parent | 32e1eac49201fb57ca0d26ef3d2012f7e8573663 (diff) | |
download | poky-2e5181e510f3fffee53cfeab0380e8ad9b5ae60c.tar.gz |
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.
(From OE-Core rev: 20c6e876ed6b8c8ac007848e2b36e9a8a56bb703)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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() { | |||
87 | } | 87 | } |
88 | addtask testsdk | 88 | addtask testsdk |
89 | do_testsdk[nostamp] = "1" | 89 | do_testsdk[nostamp] = "1" |
90 | do_testsdk[lockfiles] += "${TESTSDKLOCK}" | ||
91 | |||
92 | TESTSDKEXTLOCK = "${TMPDIR}/testsdkext.lock" | ||
93 | 90 | ||
94 | def testsdkext_main(d): | 91 | def testsdkext_main(d): |
95 | import os | 92 | import os |