mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
devtool: standard: fix typo in variable
(From OE-Core rev: 9b24dae60573c5e798f1a2f49338f3e4ecbe8859) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1923c62fee
commit
d37380004c
|
|
@ -1477,7 +1477,7 @@ def _export_local_files(srctree, rd, destdir, srctreebase):
|
|||
added[fragment_fn] = {}
|
||||
else:
|
||||
if fragment_fn in updated:
|
||||
revoved[fragment_fn] = updated[fragment_fn]
|
||||
removed[fragment_fn] = updated[fragment_fn]
|
||||
del updated[fragment_fn]
|
||||
|
||||
# Special handling for cml1, ccmake, etc bbclasses that generated
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user