From c5245640b597ca767c039af2b376bbbb386e6369 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 30 Nov 2020 14:09:07 +0000 Subject: [PATCH] dbus-brocker: upgrade 23 -> 24 See full changelog https://github.com/bus1/dbus-broker/releases/tag/v24 Signed-off-by: Luca Boccassi Signed-off-by: Khem Raj --- .../recipes-core/dbus/{dbus-broker_23.bb => dbus-broker_24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/dbus/{dbus-broker_23.bb => dbus-broker_24.bb} (92%) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_23.bb b/meta-oe/recipes-core/dbus/dbus-broker_24.bb similarity index 92% rename from meta-oe/recipes-core/dbus/dbus-broker_23.bb rename to meta-oe/recipes-core/dbus/dbus-broker_24.bb index 97b0938436..1a32b26e86 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_23.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_24.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] = "95adfde56bce898c3b69eee0524732365e802348dd8189a35d5d00c30990dc81" +SRC_URI[sha256sum] = "024b54678d67edcc72ffe65c17d2495211bd20f2430b07ef1d26fdc93b4305ac" UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"