diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 16:59:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:37 -0700 |
commit | 4669b1a5dd6b480499b0d59d7932bd563394821c (patch) | |
tree | c4efc9540ce377cef1c3135299af46ade5733390 | |
parent | be1037ad7c33aafb747ca583c6877222fada15f6 (diff) | |
download | meta-openembedded-4669b1a5dd6b480499b0d59d7932bd563394821c.tar.gz |
libdbus-c++: 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-core/dbus/libdbus-c++_0.9.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb index 8e8f544e8..8940e19f8 100644 --- a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb +++ b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | |||
@@ -18,6 +18,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/dbus-cplusplus/dbus-c++/${PV}/${BP}.tar | |||
18 | SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2" | 18 | SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2" |
19 | SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61" | 19 | SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/dbus-cplusplus/files" | ||
22 | UPSTREAM_CHECK_REGEX = "libdbus-c---(?P<pver>\d+(\.\d+)+)" | ||
23 | |||
21 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
22 | 25 | ||
23 | EXTRA_OECONF = "--disable-ecore --disable-examples --disable-tests" | 26 | EXTRA_OECONF = "--disable-ecore --disable-examples --disable-tests" |