summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-02-12 14:09:33 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-12 07:44:19 -0800
commit50054e7ab1e1d128a2675d2802794c961d259c9c (patch)
tree86be26555fb368000bf23883665a9df666c33f28 /meta-oe/recipes-extended
parent1548cf77df9548424b0708222e6d482e372904e6 (diff)
downloadmeta-openembedded-50054e7ab1e1d128a2675d2802794c961d259c9c.tar.gz
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 <f_l_k@t-online.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 19f6f45fc..97e57c13d 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 = " \
37" 37"
38 38
39RDEPENDS:${PN} = " \ 39RDEPENDS:${PN} = " \
40 bubblewrap \
41 ca-certificates \ 40 ca-certificates \
42 dconf \ 41 dconf \
43 flatpak-xdg-utils \ 42 flatpak-xdg-utils \
44 xdg-dbus-proxy \
45" 43"
46 44
47GIR_MESON_OPTION = "gir" 45GIR_MESON_OPTION = "gir"