From b230d576bc977077af41b92c10311e5425a81b45 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 9 Aug 2024 16:23:54 +0100 Subject: [PATCH] dbus-broker: upgrade 32 -> 36 Full changelogs: https://github.com/bus1/dbus-broker/releases/tag/v33 https://github.com/bus1/dbus-broker/releases/tag/v34 https://github.com/bus1/dbus-broker/releases/tag/v35 https://github.com/bus1/dbus-broker/releases/tag/v36 Signed-off-by: Luca Boccassi Signed-off-by: Khem Raj --- .../recipes-core/dbus/{dbus-broker_32.bb => dbus-broker_36.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/dbus/{dbus-broker_32.bb => dbus-broker_36.bb} (92%) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_32.bb b/meta-oe/recipes-core/dbus/dbus-broker_36.bb similarity index 92% rename from meta-oe/recipes-core/dbus/dbus-broker_32.bb rename to meta-oe/recipes-core/dbus/dbus-broker_36.bb index 484c10e919..46cff86db9 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_32.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_36.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" -SRC_URI[sha256sum] = "bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de" +SRC_URI[sha256sum] = "d333d99bd2688135b6d6961e7ad1360099d186078781c87102230910ea4e162b" UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" UPSTREAM_CHECK_REGEX = "releases/tag/v(?P\d+)"