diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-24 08:53:21 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-24 08:54:42 -0800 |
| commit | 5d28ad9899387c05805ff8c445bbce4ffe8ab2a6 (patch) | |
| tree | f216795b09ceb227d9f57a308ed15d86fff9ac15 | |
| parent | ff8b8325659554d8b20cd89833c4d373227a6b2d (diff) | |
| download | meta-openembedded-5d28ad9899387c05805ff8c445bbce4ffe8ab2a6.tar.gz | |
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>
| -rw-r--r-- | meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb index db38bb1547..5d368498dc 100644 --- a/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb +++ b/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb | |||
| @@ -17,6 +17,8 @@ DEPENDS = "\ | |||
| 17 | opusfile \ | 17 | opusfile \ |
| 18 | zstd \ | 18 | zstd \ |
| 19 | " | 19 | " |
| 20 | DEPENDS:append:libc-musl = " libucontext" | ||
| 21 | LDFLAGS:append:libc-musl = " -lucontext" | ||
| 20 | 22 | ||
| 21 | RDEPENDS_${PN} = "\ | 23 | RDEPENDS_${PN} = "\ |
| 22 | cglm (>= 0.7.8) \ | 24 | cglm (>= 0.7.8) \ |
| @@ -48,6 +50,4 @@ PACKAGECONFIG[a_null] = "-Da_null=true,-Da_null=false" | |||
| 48 | PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false" | 50 | PACKAGECONFIG[developer] = "-Ddeveloper=true,-Ddeveloper=false" |
| 49 | PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native" | 51 | PACKAGECONFIG[docs] = "-Ddocs=true,-Ddocs=false,python3-docutils-native" |
| 50 | 52 | ||
| 51 | |||
| 52 | |||
| 53 | FILES:${PN} += "${datadir}" | 53 | FILES:${PN} += "${datadir}" |
