From dd0100137f5f7bcaea7f665ac08754a682cb2983 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Wed, 17 Jul 2024 10:27:43 +0800 Subject: [PATCH] systemd: fix VERSION_TAG related build error The patch 0001-src-boot-efi-meson.build-ensure-VERSION_TAG-exists-i.patch for systemd-boot is also required by systemd to resolve VERSION_TAG related build error. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_256.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_256.bb b/meta/recipes-core/systemd/systemd_256.bb index 3579c718914..2e1f82dc8d1 100644 --- a/meta/recipes-core/systemd/systemd_256.bb +++ b/meta/recipes-core/systemd/systemd_256.bb @@ -29,6 +29,7 @@ SRC_URI += " \ file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ file://0002-implment-systemd-sysv-install-for-OE.patch \ file://0003-meson-bpf-propagate-sysroot-for-cross-compilation.patch \ + file://0001-src-boot-efi-meson.build-ensure-VERSION_TAG-exists-i.patch \ " # patches needed by musl -- 2.47.3