mbox series

[v2,0/4] Fix static-library related issues

Message ID 1721345282-10901-1-git-send-email-mark.hatle@kernel.crashing.org
Headers show
Series Fix static-library related issues | expand

Message

Mark Hatle July 18, 2024, 11:27 p.m. UTC
Fixes and test case for static-library related items.

v2:
The first three patches were combined into a single patch originally.

This has been split apart to make it more clear the three individual changes.

Mark Hatle (4):
  package.py: Fix static debuginfo split
  package.py: Fix inode link target
  package.py: Fix static library processing
  selftest-hardlink: Add additional test cases

 .../selftest-hardlink/selftest-hardlink.bb         | 13 +++++
 meta/lib/oe/package.py                             | 60 ++++++++++++++++++----
 meta/lib/oeqa/selftest/cases/package.py            | 24 +++++++++
 3 files changed, 87 insertions(+), 10 deletions(-)