mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
libdex: Link with libucontext on musl
Fixes errors like below x86_64-yoe-linux-musl-ld.lld: error: undefined symbol: getcontext Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d4ac4dcb70
commit
842bb9f99f
|
|
@ -7,6 +7,9 @@ inherit features_check gnomebase upstream-version-is-even gobject-introspection
|
|||
DEPENDS += " \
|
||||
glib-2.0 \
|
||||
"
|
||||
DEPENDS:append:libc-musl = " libucontext"
|
||||
|
||||
LDFLAGS:append:libc-musl = " -lucontext"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "955475ad3e43aabd6f6f70435264b5ee77bd265bd95545211fee026b08d378a0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user