summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-07-19 17:58:58 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:32 -0700
commit70e03c1cf3f28173569c87b963ab7354566965a2 (patch)
treeff1d2dda2b09f9b64b3def6fb50dc408b24e54c3
parentac8dc83d9a416ebaa2b7cba0b48468a105b7b64d (diff)
downloadmeta-openembedded-70e03c1cf3f28173569c87b963ab7354566965a2.tar.gz
dbus-broker: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
-rw-r--r--meta-oe/recipes-core/dbus/dbus-broker_32.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_32.bb b/meta-oe/recipes-core/dbus/dbus-broker_32.bb
index 900b5e3ac8..484c10e919 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_32.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_32.bb
@@ -10,6 +10,7 @@ SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-bro
10SRC_URI[sha256sum] = "bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de" 10SRC_URI[sha256sum] = "bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de"
11 11
12UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" 12UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"
13UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+)"
13 14
14inherit meson pkgconfig systemd features_check 15inherit meson pkgconfig systemd features_check
15 16