From b75ca7c2b0e4c5ec977b65f5113b0c63ff87522c Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 27 Mar 2026 00:03:01 +1300 Subject: [PATCH] xdg-desktop-portal-gtk: include tag in SRC_URI Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb index 5e83a07a4b..612eb4b815 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb @@ -15,7 +15,7 @@ inherit gettext meson pkgconfig gsettings features_check REQUIRED_DISTRO_FEATURES = "polkit" -SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" +SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main;tag=${PV}" SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44"