public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Fix static-library related issues
@ 2024-07-19 18:58 Mark Hatle
  2024-07-19 18:58 ` [PATCH v3 1/3] package.py: Fix static debuginfo split Mark Hatle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Hatle @ 2024-07-19 18:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: mark.hatle

Fixes and test case for static-library related items.

v3:
Drop debug hard link change.  My understanding of what was supposed to
happen was incorrect.  I've updated the self-tests to hopefully make it
clearer that the additional links should NOT happen.

Note, the hardlinks for static libraries SHOULD happen though!

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 (3):
  package.py: Fix static debuginfo split
  package.py: Fix static library processing
  selftest-hardlink: Add additional test cases

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

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-07-19 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-19 18:58 [PATCH v3 0/3] Fix static-library related issues Mark Hatle
2024-07-19 18:58 ` [PATCH v3 1/3] package.py: Fix static debuginfo split Mark Hatle
2024-07-19 18:58 ` [PATCH v3 2/3] package.py: Fix static library processing Mark Hatle
2024-07-19 18:58 ` [PATCH v3 3/3] selftest-hardlink: Add additional test cases Mark Hatle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox