| Message ID | c00a9a8f25b0042b0723a5d20b88e92d473d22bf.1721740245.git.steve@sakoman.com |
|---|---|
| State | Accepted |
| Delegated to: | Steve Sakoman |
| Headers | show |
| Series | [scarthgap,01/17] glibc: stable 2.39 branch updates | expand |
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index bcc179fe26..9004a9dce2 100644 --- a/meta/classes-global/insane.bbclass +++ b/meta/classes-global/insane.bbclass @@ -835,10 +835,6 @@ def prepopulate_objdump_p(elf, d): # Walk over all files in a directory and call func def package_qa_walk(warnfuncs, errorfuncs, package, d): - #if this will throw an exception, then fix the dict above - target_os = d.getVar('HOST_OS') - target_arch = d.getVar('HOST_ARCH') - warnings = {} errors = {} elves = {}