msgpack-cpp: fix upstream check

Without any prefix/suffix, it picks the highest version-like string.
Set REGEX to pick msgpack-cpp version.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Peter Marko
2026-09-14 13:54:16 -07:00
committed by Khem Raj
parent 127855a249
commit 8d2e4609e3
@@ -11,7 +11,7 @@ SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgp
SRC_URI[sha256sum] = "4a3c0c0ac55ef4456c2d0b93c21b5d105aa3a8f21ef8fa9758550feaf989b92f"
UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+) C++"
S = "${UNPACKDIR}/msgpack-cxx-${PV}"