mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
taisei: Use libucontext with musl
Fixes errors like | koishi| Checking for function "getcontext" : NO (cached) | koishi| Checking for function "setcontext" : NO | koishi| Checking for function "makecontext" : NO (cached) | koishi| Checking for function "swapcontext" : NO (cached) | koishi| Message: ** Backend `ucontext_sjlj` is not supported | | ../git/subprojects/koishi/src/meson.build:43:4: ERROR: Problem encountered: Unsupported platform Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,6 +17,8 @@ DEPENDS = "\
|
||||
opusfile \
|
||||
zstd \
|
||||
"
|
||||
DEPENDS:append:libc-musl = " libucontext"
|
||||
LDFLAGS:append:libc-musl = " -lucontext"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
cglm (>= 0.7.8) \
|
||||
@@ -48,6 +50,4 @@ PACKAGECONFIG[a_null] = "-Da_null=true,-Da_null=false"
|
||||
PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false"
|
||||
PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native"
|
||||
|
||||
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user