mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
package.py: Fix static debuginfo split
Fix: NameError: name 'shutil' is not defined (From OE-Core rev: 13bdd750ae54d57a5f459e4b7d8636c864978241) Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e4715175e
commit
def276f0c4
@@ -14,6 +14,7 @@ import glob
|
||||
import stat
|
||||
import mmap
|
||||
import subprocess
|
||||
import shutil
|
||||
|
||||
import oe.cachedpath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user