mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
xdg-desktop-portal: fix bwrap path
bwrap path is read from STAGING_BINDIR_NATIVE. This commit fixes reproducibility and runtime Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,7 +13,6 @@ DEPENDS = " \
|
|||||||
pipewire \
|
pipewire \
|
||||||
dbus-native \
|
dbus-native \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
bubblewrap-native \
|
|
||||||
xmlto-native \
|
xmlto-native \
|
||||||
flatpak \
|
flatpak \
|
||||||
python3-dbus-native \
|
python3-dbus-native \
|
||||||
@@ -37,3 +36,12 @@ S = "${WORKDIR}/git"
|
|||||||
SRCREV = "88af6c8ca4106fcf70925355350a669848e9fd5a"
|
SRCREV = "88af6c8ca4106fcf70925355350a669848e9fd5a"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1"
|
FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1"
|
||||||
|
|
||||||
|
EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross"
|
||||||
|
|
||||||
|
do_write_config:append() {
|
||||||
|
cat >${WORKDIR}/meson-${PN}.cross <<EOF
|
||||||
|
[binaries]
|
||||||
|
bwrap = '${bindir}/bwrap'
|
||||||
|
EOF
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user