systemd-sysv-install.SKELETON is not available in the systemd source anymore, thus build fails: ERROR: systemd-systemctl-native-261-r0 do_install: Execution of '/home/flk/bitbake/bitbake-builds/oe/build/tmp/work/x86_64-linux/systemd-systemctl-native/261/temp/run.do_install.1285221' failed with exit code 1 ERROR: Logfile of failure stored in: /home/flk/bitbake/bitbake-builds/oe/build/tmp/work/x86_64-linux/systemd-systemctl-native/261/temp/log.do_install.1285221 Log data follows: | DEBUG: Executing shell function do_install | Installing systemctl to /home/flk/bitbake/bitbake-builds/oe/build/tmp/work/x86_64-linux/systemd-systemctl-native/261/image/home/flk/bitbake/bitbake-builds/oe/build/tmp/work/x86_64-linux/systemd-systemctl-native/261/recipe-sysroot-native/usr/bin | install: cannot stat '/home/flk/bitbake/bitbake-builds/oe/build/tmp/work/x86_64-linux/systemd-systemctl-native/261/sources/systemd-systemctl-261/src/systemctl/systemd-sysv-install.SKELETON': No such file or directory
Signed-off-by: Markus Volk <[email protected]> --- meta/recipes-core/systemd/systemd-systemctl-native_261.bb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_261.bb b/meta/recipes-core/systemd/systemd-systemctl-native_261.bb index 2d1ecee49a..a37b5c6aad 100644 --- a/meta/recipes-core/systemd/systemd-systemctl-native_261.bb +++ b/meta/recipes-core/systemd/systemd-systemctl-native_261.bb @@ -27,11 +27,3 @@ EXTRA_OEMESON += "-Dpcre2=disabled -Dp11kit=disabled -Dopenssl=disabled" # More details are here https://github.com/systemd/systemd/issues/35897#issuecomment-2665405887 EXTRA_OEMESON += "--sysconfdir ${sysconfdir_native}" -do_install:append() { - # Install systemd-sysv-install in /usr/bin rather than /usr/lib/systemd - # (where it is normally installed) so systemctl can find it in $PATH. - # It is expected that the use of systemd-sysv-install will be removed - # with version 259 of systemd and then this, and everything that was - # added along with it, should be reverted. - install -Dm 0755 ${S}/src/systemctl/systemd-sysv-install.SKELETON ${D}${bindir}/systemd-sysv-install -} -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239997): https://lists.openembedded.org/g/openembedded-core/message/239997 Mute This Topic: https://lists.openembedded.org/mt/120068820/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
