aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
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 /meta-oe/recipes-extended
parente28f3d37773619421cac3b9d0df391316222bfe9 (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-oe/recipes-extended')
-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} = " \
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'