meta-clang icon indicating copy to clipboard operation
meta-clang copied to clipboard

libunwind packaging

Open ofacklam opened this issue 1 year ago • 0 comments

Describe the bug It seems to me that libunwind packaging is wrong. The files /usr/lib/libunwind.so.1, /usr/lib/libunwind.so.1.0 end up in the libcxx package.

Root cause is probably that libunwind should be prepended to PACKAGES instead of appended?

To Reproduce Use RUNTIME = "llvm" or TC_CXX_RUNTIME = "llvm"

Expected behavior I would expect the libunwind package to contain those files.

Additional context I'm wondering whether there is also something to do for the libunwind-dev package? Does it even exist? It's probably fine to just use libcxx-dev as the development library for the SDK, it seems to contains everything

ofacklam avatar Nov 15 '24 15:11 ofacklam