summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-03 12:20:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-03 12:21:09 +0000
commit2e5181e510f3fffee53cfeab0380e8ad9b5ae60c (patch)
treefe15729b4b769bb868d1aaaa01b684f75a01965e /meta
parent32e1eac49201fb57ca0d26ef3d2012f7e8573663 (diff)
downloadpoky-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.bbclass3
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}
88addtask testsdk 88addtask testsdk
89do_testsdk[nostamp] = "1" 89do_testsdk[nostamp] = "1"
90do_testsdk[lockfiles] += "${TESTSDKLOCK}"
91
92TESTSDKEXTLOCK = "${TMPDIR}/testsdkext.lock"
93 90
94def testsdkext_main(d): 91def testsdkext_main(d):
95 import os 92 import os