From 50054e7ab1e1d128a2675d2802794c961d259c9c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 12 Feb 2024 14:09:33 +0100 Subject: [PATCH] flatpak: remove unneeded RDEPENDS The build has been modified to use internal copies of bubblewrap and xdg-dbus-proxy. https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=9c68079a26b64b836bc6a28e422a1099f48726d2 We can additionally remove the RDEPENDS for these tools, since flatpak now creates its own copies of the files in /usr/libexec. Signed-off-by: Markus Volk 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 19f6f45fc1..97e57c13d5 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb @@ -37,11 +37,9 @@ DEPENDS = " \ " RDEPENDS:${PN} = " \ - bubblewrap \ ca-certificates \ dconf \ flatpak-xdg-utils \ - xdg-dbus-proxy \ " GIR_MESON_OPTION = "gir"