mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
package.py: Fix static debuginfo split
Fix: NameError: name 'shutil' is not defined (From OE-Core rev: a9d8e3f12032c92fa8dd7f2ad40f618da5ee281a) 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> (cherry picked from commit 13bdd750ae54d57a5f459e4b7d8636c864978241) Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
aa02ad000d
commit
648d2617ba
@@ -14,6 +14,7 @@ import glob
|
||||
import stat
|
||||
import mmap
|
||||
import subprocess
|
||||
import shutil
|
||||
|
||||
import oe.cachedpath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user