diff mbox series

[meta-multimedia] xdg-desktop-portal-wlr: update 0.8.1 -> 0.8.2

Message ID 20260722070448.290821-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-multimedia] xdg-desktop-portal-wlr: update 0.8.1 -> 0.8.2 | expand

Commit Message

Markus Volk July 22, 2026, 7:04 a.m. UTC
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 ...portal-wlr_0.8.1.bb => xdg-desktop-portal-wlr_0.8.2.bb} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-multimedia/recipes-support/xdg-desktop-portal-wlr/{xdg-desktop-portal-wlr_0.8.1.bb => xdg-desktop-portal-wlr_0.8.2.bb} (90%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.2.bb
similarity index 90%
rename from meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb
rename to meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.2.bb
index 3deeb1078d..ce5a92da14 100644
--- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.1.bb
+++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.8.2.bb
@@ -14,12 +14,11 @@  DEPENDS = " \
 "
 
 inherit meson pkgconfig features_check manpages
-REQUIRED_DISTRO_FEATURES = "opengl wayland"
 
-SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;branch=master"
+REQUIRED_DISTRO_FEATURES = "opengl wayland"
 
-PV .= "+git"
-SRCREV = "256eb4a9f6ecffd64289d6501d036c2094b47db6"
+SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1;tag=v${PV}"
+SRCREV = "01171a150b705cf07066ebc0fb7e1ff537027bec"
 
 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}"