From: Ross Burton Date: Fri, 7 Aug 2026 10:35:39 +0000 (+0100) Subject: systemd: add missing libucontext dependency on musl X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff04ad509c7b95bb7dde412d24bbec6004afe270;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git systemd: add missing libucontext dependency on musl This library is needed when building with musl since v261[1]. [1] systemd 8533513aff ("Introduce support for running code in fibers") Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_261.2.bb b/meta/recipes-core/systemd/systemd_261.2.bb index b295a69548..80e1aa07d1 100644 --- a/meta/recipes-core/systemd/systemd_261.2.bb +++ b/meta/recipes-core/systemd/systemd_261.2.bb @@ -5,6 +5,7 @@ PROVIDES = "udev" PE = "1" DEPENDS = "gperf-native libcap util-linux python3-jinja2-native" +DEPENDS:append:libc-musl = " libucontext" SECTION = "base/shell"