diff options
author | Kai Kang <kai.kang@windriver.com> | 2024-07-17 10:27:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-18 17:21:39 +0100 |
commit | 776b78ae84a1afc6aa85114c42efa9d0f26a6da0 (patch) | |
tree | 2c5d2c991086a097f7adbdfa2c369897e92cc2b6 | |
parent | d42166b0decb1a2c98f4db9e946d10811a7ad7d3 (diff) | |
download | poky-776b78ae84a1afc6aa85114c42efa9d0f26a6da0.tar.gz |
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.
(From OE-Core rev: dd0100137f5f7bcaea7f665ac08754a682cb2983)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_256.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.bb b/meta/recipes-core/systemd/systemd_256.bb index 3579c71891..2e1f82dc8d 100644 --- a/meta/recipes-core/systemd/systemd_256.bb +++ b/meta/recipes-core/systemd/systemd_256.bb | |||
@@ -29,6 +29,7 @@ SRC_URI += " \ | |||
29 | file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ | 29 | file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ |
30 | file://0002-implment-systemd-sysv-install-for-OE.patch \ | 30 | file://0002-implment-systemd-sysv-install-for-OE.patch \ |
31 | file://0003-meson-bpf-propagate-sysroot-for-cross-compilation.patch \ | 31 | file://0003-meson-bpf-propagate-sysroot-for-cross-compilation.patch \ |
32 | file://0001-src-boot-efi-meson.build-ensure-VERSION_TAG-exists-i.patch \ | ||
32 | " | 33 | " |
33 | 34 | ||
34 | # patches needed by musl | 35 | # patches needed by musl |