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 <matt@madison.systems>
This commit is contained in:
Matt Madison
2023-08-04 06:11:15 -07:00
parent e793dc2151
commit b70f2c34e2

View File

@@ -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