summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorNick Owens <nick.owens@eero.com>2024-02-01 13:09:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-03 22:08:26 +0000
commit47129c2fdda14f46901ba0ad5bdd12451b318785 (patch)
tree5cf5bfdfb385312cca70269b28c31006670525af /meta/recipes-core
parent8be2d9aa6853a443e01f3e2bbd29a55daa31cf92 (diff)
downloadpoky-47129c2fdda14f46901ba0ad5bdd12451b318785.tar.gz
systemd: recommend libelf, libdw for elfutils flag
when elfutils is enabled, the elf reading code of systemd will dlopen libelf and libdw. these dependencies are not automatically detected and will not work at runtime without them installed. add them to RRECOMMENDS when elfutils is turned on in PACKAGECONFIG. fixes https://bugzilla.yoctoproject.org/show_bug.cgi?id=15379 (From OE-Core rev: f7366f44fd7d0bc5a5b073cec9c68ffd8258903c) Signed-off-by: Nick Owens <nick.owens@eero.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_255.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.1.bb b/meta/recipes-core/systemd/systemd_255.1.bb
index c0de44090d..9e09c89355 100644
--- a/meta/recipes-core/systemd/systemd_255.1.bb
+++ b/meta/recipes-core/systemd/systemd_255.1.bb
@@ -146,7 +146,7 @@ PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz"
146PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd" 146PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd"
147PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus" 147PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
148PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=true,-Defi=false -Dbootloader=false,python3-pyelftools-native" 148PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=true,-Defi=false -Dbootloader=false,python3-pyelftools-native"
149PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils" 149PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils,,libelf libdw"
150PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" 150PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
151PACKAGECONFIG[repart] = "-Drepart=true,-Drepart=false" 151PACKAGECONFIG[repart] = "-Drepart=true,-Drepart=false"
152PACKAGECONFIG[homed] = "-Dhomed=true,-Dhomed=false" 152PACKAGECONFIG[homed] = "-Dhomed=true,-Dhomed=false"