mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00: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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user