diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-31 11:22:13 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:07 -0700 |
commit | fdbe7f7ded0aa702a5c8bccb2191f63d4a63ad73 (patch) | |
tree | 046d62b6814bc962db1886d1bae9f3d18124f694 /meta-oe | |
parent | 20e90414c224dd416f2540c96960b85606f1fa12 (diff) | |
download | meta-openembedded-fdbe7f7ded0aa702a5c8bccb2191f63d4a63ad73.tar.gz |
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 <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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" | |||
8 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ | 8 | SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ |
9 | file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ | 9 | file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ |
10 | " | 10 | " |
11 | |||
12 | # Upstream repo does not tag | ||
13 | UPSTREAM_CHECK_COMMITS = "1" | ||
14 | |||
11 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
12 | 16 | ||
13 | inherit pkgconfig | 17 | inherit pkgconfig |