summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-19 16:59:00 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:37 -0700
commit4669b1a5dd6b480499b0d59d7932bd563394821c (patch)
treec4efc9540ce377cef1c3135299af46ade5733390
parentbe1037ad7c33aafb747ca583c6877222fada15f6 (diff)
downloadmeta-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.bb3
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
18SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2" 18SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2"
19SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61" 19SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61"
20 20
21UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/dbus-cplusplus/files"
22UPSTREAM_CHECK_REGEX = "libdbus-c---(?P<pver>\d+(\.\d+)+)"
23
21inherit autotools pkgconfig 24inherit autotools pkgconfig
22 25
23EXTRA_OECONF = "--disable-ecore --disable-examples --disable-tests" 26EXTRA_OECONF = "--disable-ecore --disable-examples --disable-tests"