summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.15.9.bb (renamed from meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb)12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.9.bb
index 3c1de93c5c..e4b130741c 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.9.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
8 file://0001-flatpak-pc-add-pc_sysrootdir.patch \ 8 file://0001-flatpak-pc-add-pc_sysrootdir.patch \
9" 9"
10 10
11SRCREV = "925c80f913d69e7ca424428823e1431c4ffb0deb" 11SRCREV = "b026910d1c18900e9daf07c429f7e901eb1c3f20"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -19,6 +19,7 @@ REQUIRED_DISTRO_FEATURES = "polkit"
19DEPENDS = " \ 19DEPENDS = " \
20 appstream \ 20 appstream \
21 bison-native \ 21 bison-native \
22 bubblewrap-native \
22 fuse3 \ 23 fuse3 \
23 gdk-pixbuf \ 24 gdk-pixbuf \
24 glib-2.0 \ 25 glib-2.0 \
@@ -30,6 +31,7 @@ DEPENDS = " \
30 ostree \ 31 ostree \
31 polkit \ 32 polkit \
32 python3-pyparsing-native \ 33 python3-pyparsing-native \
34 xdg-dbus-proxy-native \
33 zstd \ 35 zstd \
34" 36"
35 37
@@ -37,6 +39,8 @@ RDEPENDS:${PN} = " \
37 ca-certificates \ 39 ca-certificates \
38 flatpak-xdg-utils \ 40 flatpak-xdg-utils \
39 fuse3-utils \ 41 fuse3-utils \
42 bubblewrap \
43 xdg-dbus-proxy \
40" 44"
41 45
42GIR_MESON_OPTION = "gir" 46GIR_MESON_OPTION = "gir"
@@ -65,7 +69,11 @@ PACKAGECONFIG ?= " \
65 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-security-context', '', d)} \ 69 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland-security-context', '', d)} \
66" 70"
67 71
68EXTRA_OEMESON = "-Dsystem_fusermount=${bindir}/fusermount3" 72EXTRA_OEMESON = " \
73 -Dsystem_fusermount=fusermount3 \
74 -Dsystem_bubblewrap=bwrap \
75 -Dsystem_dbus_proxy=xdg-dbus-proxy \
76"
69 77
70FILES:${PN} += "${libdir} ${datadir}" 78FILES:${PN} += "${libdir} ${datadir}"
71 79