From: Chris Laplante Date: Wed, 29 Jan 2025 20:20:13 +0000 (-0500) Subject: devtool: standard: fix typo in variable X-Git-Tag: uninative-4.7~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b24dae60573c5e798f1a2f49338f3e4ecbe8859;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git devtool: standard: fix typo in variable Signed-off-by: Chris Laplante Signed-off-by: Mathieu Dubois-Briand --- diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 305536f6f0d..ca89c8e8826 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -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