| Message ID | 20260913152253.3201491-1-peter.marko@siemens.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe,1/4] msgpack-c: fix upstream check | expand |
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_6.1.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_6.1.0.bb index b7f3625c2a..1061c37345 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-c_6.1.0.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-c_6.1.0.bb @@ -10,6 +10,8 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \ SRC_URI = "git://github.com/msgpack/msgpack-c;branch=c_master;protocol=https" SRCREV = "445880108a1d171f755ff6ac77e03fbebbb23729" +UPSTREAM_CHECK_GITTAGREGEX = "c-(?P<pver>\d+(\.\d+)+)" + inherit cmake pkgconfig EXTRA_OECMAKE += "-DMSGPACK_BUILD_TESTS=off"