diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 14:01:05 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:42 -0700 |
commit | 1b88e4a320708d76b459d5d0ce4b8543c7538ee9 (patch) | |
tree | b5fc52dca55ea165fbf97da323922b6c1983a7ad | |
parent | 304e08f3719ae964943dccd74f4e5975cbf4439e (diff) | |
download | meta-openembedded-1b88e4a320708d76b459d5d0ce4b8543c7538ee9.tar.gz |
libxml++-5.0: include UPSTREAM_CHECK_REGEX to fix UNKNOWN_BROKEN status
Adding 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-core/libxml/libxml++-5.0_5.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb b/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb index ada0199476..0271602555 100644 --- a/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb | |||
@@ -15,5 +15,7 @@ S = "${WORKDIR}/libxml++-${PV}" | |||
15 | 15 | ||
16 | SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" | 16 | SRC_URI[archive.sha256sum] = "15c38307a964fa6199f4da6683a599eb7e63cc89198545b36349b87cf9aa0098" |
17 | 17 | ||
18 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
19 | |||
18 | FILES:${PN}-doc += "${datadir}/devhelp" | 20 | FILES:${PN}-doc += "${datadir}/devhelp" |
19 | FILES:${PN}-dev += "${libdir}/libxml++-${@gnome_verdir("${PV}")}/include/libxml++config.h" | 21 | FILES:${PN}-dev += "${libdir}/libxml++-${@gnome_verdir("${PV}")}/include/libxml++config.h" |