From b70f2c34e25044e6cda935abdcab0df4b1a1c1cf Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Fri, 4 Aug 2023 06:11:15 -0700 Subject: [PATCH] systemd: update bbappend to fix dependency for efi A temporary workaround until the systemd recipe in OE-Core is fixed to correct the build-time dependency in PACKAGECONFIG[efi]. Signed-off-by: Matt Madison --- recipes-core/systemd/systemd_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend index 9609e380..76245b30 100644 --- a/recipes-core/systemd/systemd_%.bbappend +++ b/recipes-core/systemd/systemd_%.bbappend @@ -1,2 +1,5 @@ PACKAGECONFIG:append:tegra = " efi" PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}" +# XXX remove when upstream recipe is fixed +DEPENDS:append:tegra = " python3-pyelftools-native" +# XXX