summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-22 16:11:07 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-27 00:15:53 -0800
commit9c68079a26b64b836bc6a28e422a1099f48726d2 (patch)
treeaa839c9d3b74db0365d4bdbeedd2064e3944616d
parente28f3d37773619421cac3b9d0df391316222bfe9 (diff)
downloadmeta-openembedded-9c68079a26b64b836bc6a28e422a1099f48726d2.tar.gz
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 <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb2
1 files changed, 0 insertions, 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} = " \
43 xdg-dbus-proxy \ 43 xdg-dbus-proxy \
44" 44"
45 45
46EXTRA_OEMESON += "-Dsystem_dbus_proxy=${bindir}/xdg-dbus-proxy -Dsystem_bubblewrap=${bindir}/bwrap"
47
48GIR_MESON_OPTION = "gir" 46GIR_MESON_OPTION = "gir"
49GIR_MESON_ENABLE_FLAG = 'enabled' 47GIR_MESON_ENABLE_FLAG = 'enabled'
50GIR_MESON_DISABLE_FLAG = 'disabled' 48GIR_MESON_DISABLE_FLAG = 'disabled'