diff mbox series

[1/4] gstreamer1.0-plugins-rs: fix upstream tag check

Message ID 20260914120925.1153614-1-alex.kanavin@gmail.com
State New
Headers show
Series [1/4] gstreamer1.0-plugins-rs: fix upstream tag check | expand

Commit Message

Alexander Kanavin Sept. 14, 2026, 12:09 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Upstream maintains two sets of tags: one of the actual
releases and another to align with and match
gstreamer C versions:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tags

Somewhat counter-intuitively, the latter is intended
only for gstreamer's own use (to make binary releases),
and distributions and packagers should use the former.
The regex tweak ensures that, as aligned versions sort higher
and need to be excluded.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../gstreamer/gstreamer1.0-plugins-rs_0.15.3.bb                  | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-rs_0.15.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-rs_0.15.3.bb
index 1800dfc5439..5f4db41c136 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-rs_0.15.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-rs_0.15.3.bb
@@ -7,6 +7,7 @@  SRC_URI += "\
 git://gitlab.freedesktop.org/gstreamer/gst-plugins-rs;protocol=https;tag=${PV};nobranch=1;name=default \
 "
 SRCREV = "6302bea23b53e6461c104f9543df887a63b2d6ec"
+UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)"
 
 LIC_FILES_CHKSUM =  " \
     file://${BPN}-${PV}/LICENSE-MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad \