From fdbe7f7ded0aa702a5c8bccb2191f63d4a63ad73 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Wed, 31 Jul 2024 11:22:13 +0200 Subject: dbus-daemon-proxy: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, releases are not identified by tags. So, UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update. Signed-off-by: Alexandre Truong Reviewed-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb index cbe82d42e..086a37ca1 100644 --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb @@ -8,6 +8,10 @@ PV = "0.0.0+git" SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ " + +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" inherit pkgconfig -- cgit v1.2.3-54-g00ecf