You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thelibcxx
package.Root cause is probably that
libunwind
should be prepended toPACKAGES
instead of appended?To Reproduce
Use
RUNTIME = "llvm"
orTC_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 everythingThe text was updated successfully, but these errors were encountered: