summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-11 23:26:25 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 14:37:40 +0000
commit028fcc234840dee58cc3c5e74ce3e44d0ebedb55 (patch)
tree54ce4b724e8c2ac249cc410ba80a38d0a980c0f8 /meta/lib/oeqa
parent603e14dc680837610dfa6eca8a54a2e14b61c94a (diff)
downloadpoky-028fcc234840dee58cc3c5e74ce3e44d0ebedb55.tar.gz
libunwind: Link with libucontext on musl
Functions like unw_getcontext in libunwind call getcontext() which are not part of musl C library like glibc, however there is a supplimental library providing these functions called libucontext, therefore link libunwind with a static version of this library to resolve such symbols, this inturn helps packages needing libunwind, who look for certain APIs in libunwind during configure e.g. heaptrack (From OE-Core rev: 824c07d1cf2d1574dfe8f395af37479064782426) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
0 files changed, 0 insertions, 0 deletions