summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-08-07 14:26:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-14 12:51:21 +0100
commit3a54693243fa86402ac6b1ca3e4fdd3d36a90830 (patch)
tree8eb84771fd5a60a0d82fe9fcbe6398f60b7464fb /meta/recipes-core/systemd
parent2b86db9c51f3740e88ed42c45eabf90854abf8cd (diff)
downloadpoky-3a54693243fa86402ac6b1ca3e4fdd3d36a90830.tar.gz
systemd: fix efi dependency
Last version of systemd dpends now on pyelftools to build the efi support but the required tool is the native ones and not the target. The systemd-boot has the corrected dependencie so fix this in the main recipe. | Program python3 (jinja2) found: YES (/build/tmp-lmp/work/corei7-64-lmp-linux/systemd/1_254-r0/recipe-sysroot-native/usr/bin/python3-native/python3) modules: jinja2 | Checking if "32bit build possible" : links: NO | Program python3 (elftools) found: NO | | ../git/meson.build:2147:8: ERROR: Problem encountered: EFI bootloader support requires pyelftools. | | A full log can be found at /build/tmp-lmp/work/corei7-64-lmp-linux/systemd/1_254-r0/build/meson-logs/meson-log.txt (From OE-Core rev: 69d37620a7a0626eaee1c0b37057be2ac2687290) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_254.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_254.bb b/meta/recipes-core/systemd/systemd_254.bb
index f48f8c0b18..8d5cf13095 100644
--- a/meta/recipes-core/systemd/systemd_254.bb
+++ b/meta/recipes-core/systemd/systemd_254.bb
@@ -146,7 +146,7 @@ PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,
146PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz" 146PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz"
147PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd" 147PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd"
148PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus" 148PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
149PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=true,-Defi=false -Dbootloader=false,python3-pyelftools" 149PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=true,-Defi=false -Dbootloader=false,python3-pyelftools-native"
150PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils" 150PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils"
151PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" 151PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
152PACKAGECONFIG[repart] = "-Drepart=true,-Drepart=false" 152PACKAGECONFIG[repart] = "-Drepart=true,-Drepart=false"