diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-18 10:56:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-19 21:54:43 +0100 |
| commit | 2fad5f4f0454ff9683d32e04a0915fef0f7597eb (patch) | |
| tree | 5a5e85f7e6d50d9486e0bb437bf689696cec2dfa | |
| parent | 856ed381c54f96e44ddb822b590a8b7f0c4f1394 (diff) | |
| download | poky-2fad5f4f0454ff9683d32e04a0915fef0f7597eb.tar.gz | |
gst-examples: correct upstream version check
If start-of-line is not enforced, then bogus tag 'gstreamer-sharp-1.13.0.1' would
match as 13.0.1.
(From OE-Core rev: 094cbd4f6a9f57eb146207355a921eaae44012ab)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb index bc043f81c7..8974b9ac0b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb | |||
| @@ -18,7 +18,7 @@ S = "${WORKDIR}/git/subprojects/gst-examples" | |||
| 18 | 18 | ||
| 19 | inherit meson pkgconfig features_check | 19 | inherit meson pkgconfig features_check |
| 20 | 20 | ||
| 21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)" |
| 22 | 22 | ||
| 23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 23 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 24 | 24 | ||
