mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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>
This commit is contained in:
@@ -87,9 +87,6 @@ python do_testsdk() {
|
|||||||
}
|
}
|
||||||
addtask testsdk
|
addtask testsdk
|
||||||
do_testsdk[nostamp] = "1"
|
do_testsdk[nostamp] = "1"
|
||||||
do_testsdk[lockfiles] += "${TESTSDKLOCK}"
|
|
||||||
|
|
||||||
TESTSDKEXTLOCK = "${TMPDIR}/testsdkext.lock"
|
|
||||||
|
|
||||||
def testsdkext_main(d):
|
def testsdkext_main(d):
|
||||||
import os
|
import os
|
||||||
|
|||||||
Reference in New Issue
Block a user