meta-clang
meta-clang copied to clipboard
libunwind packaging
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