From 9c68079a26b64b836bc6a28e422a1099f48726d2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 22 Dec 2023 16:11:07 +0100 Subject: [PATCH] flatpak: do not rely on executables from the host This is not how yocto builds work: any needed executables should come from the build itself, with limited exceptions listed in HOSTTOOLS. flatpak is entirely capable of building without requiring them upfront. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb index 0ee53afb6d..caa353bb8d 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb @@ -43,8 +43,6 @@ RDEPENDS:${PN} = " \ xdg-dbus-proxy \ " -EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap" - GIR_MESON_OPTION = "gir" GIR_MESON_ENABLE_FLAG = 'enabled' GIR_MESON_DISABLE_FLAG = 'disabled'