diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 14:24:11 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:44 -0700 |
| commit | 42e6218c14f27a979fe7e9ee0b629d75768eec93 (patch) | |
| tree | fa35bf74b9e3d748838be53bf7bc5571881f8994 | |
| parent | 3964dbb8cb3542a679156dae4d19ebfe1b0ad74b (diff) | |
| download | meta-openembedded-42e6218c14f27a979fe7e9ee0b629d75768eec93.tar.gz | |
msgpack-cpp: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix
UNKNOWN_BROKEN status from running devtool check-upgrade-status.
The next version of the package can be found from upstream
sources.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
| -rw-r--r-- | meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb index 5f5507bc74..dc866d6d0a 100644 --- a/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb +++ b/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.0.bb | |||
| @@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://NOTICE;md5=7a858c074723608e08614061dc044352 \ | |||
| 10 | SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz" | 10 | SRC_URI = "https://github.com/msgpack/msgpack-c/releases/download/cpp-${PV}/msgpack-cxx-${PV}.tar.gz" |
| 11 | SRC_URI[sha256sum] = "23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7" | 11 | SRC_URI[sha256sum] = "23ede7e93c8efee343ad8c6514c28f3708207e5106af3b3e4969b3a9ed7039e7" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_URI = "https://github.com/msgpack/msgpack-c/releases" | ||
| 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 15 | |||
| 13 | S = "${WORKDIR}/msgpack-cxx-${PV}" | 16 | S = "${WORKDIR}/msgpack-cxx-${PV}" |
| 14 | 17 | ||
| 15 | DEPENDS += "boost" | 18 | DEPENDS += "boost" |
