[oe-commits] [meta-openembedded] 05/11: dbus-broker: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Thu Mar 5 15:12:10 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 18b434594c68977237f61bf4658c0a04f264f444
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 5 12:58:44 2020 +0000

    dbus-broker: fix upstream version check
    
    Fixes:
    
    INFO: Skip package dbus-broker (status = UNKNOWN_BROKEN, current version = 21, next version = N/A)
    
    After this commit:
    
    INFO: dbus-broker, 21, 22, None, N/A
    
    Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
---
 meta-oe/recipes-core/dbus/dbus-broker_21.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-core/dbus/dbus-broker_21.bb b/meta-oe/recipes-core/dbus/dbus-broker_21.bb
index bad4427..67b515d 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_21.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_21.bb
@@ -16,6 +16,8 @@ SRC_URI += " file://0006-launch-policy-fix-crash-when-exporting-selinux.patch"
 SRC_URI[md5sum] = "a17886a92ab1e0bc2e4b1a274339e388"
 SRC_URI[sha256sum] = "6fff9a831a514659e2c7d704e76867ce31ebcf43e8d7a62e080c6656f64cd39e"
 
+UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"
+
 inherit meson pkgconfig systemd features_check
 
 DEPENDS = "expat systemd"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list