From ca5977699ec0b5342fc947988e9c0a89f4436106 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 3 Dec 2020 18:04:31 +0000 Subject: [PATCH] dbus-broker: upgrade 24 -> 25 See full changelog https://github.com/bus1/dbus-broker/releases/tag/v25 Signed-off-by: Luca Boccassi Signed-off-by: Khem Raj --- .../recipes-core/dbus/{dbus-broker_24.bb => dbus-broker_25.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/dbus/{dbus-broker_24.bb => dbus-broker_25.bb} (92%) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_24.bb b/meta-oe/recipes-core/dbus/dbus-broker_25.bb similarity index 92% rename from meta-oe/recipes-core/dbus/dbus-broker_24.bb rename to meta-oe/recipes-core/dbus/dbus-broker_25.bb index 1a32b26e86..1f62c142f9 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_24.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_25.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] = "024b54678d67edcc72ffe65c17d2495211bd20f2430b07ef1d26fdc93b4305ac" +SRC_URI[sha256sum] = "a54fc5192280caf5824b82cb40f295c1195ad73c71bea5bd60218afb9df5bb29" UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"