mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
copyleft_compliance: set 'dirs' flag on task
Without this, due to bitbake defaulting to ${B}, it's possible to get ${S}
inadvertantly created before do_unpack, breaking the unpack of git sources,
which expect the destination to not exist.
(From OE-Core rev: 694a15382fe9f3749ffdc0168a6dc2da8a29ae2d)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
00c8834293
commit
126844d0e1
@@ -63,4 +63,5 @@ python do_prepare_copyleft_sources () {
|
||||
}
|
||||
|
||||
addtask prepare_copyleft_sources after do_fetch before do_build
|
||||
do_prepare_copyleft_sources[dirs] = "${WORKDIR}"
|
||||
do_build[recrdeptask] += 'do_prepare_copyleft_sources'
|
||||
|
||||
Reference in New Issue
Block a user