From 2104648cc9fc616e2e4e8b9c1c8ef37d67732eb8 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 1 Jun 2020 19:56:29 +0200 Subject: [PATCH] dbus-brocker: upgrade 22 -> 23 See full changelog https://github.com/bus1/dbus-broker/releases/tag/v23 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../recipes-core/dbus/{dbus-broker_22.bb => dbus-broker_23.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-core/dbus/{dbus-broker_22.bb => dbus-broker_23.bb} (87%) diff --git a/meta-oe/recipes-core/dbus/dbus-broker_22.bb b/meta-oe/recipes-core/dbus/dbus-broker_23.bb similarity index 87% rename from meta-oe/recipes-core/dbus/dbus-broker_22.bb rename to meta-oe/recipes-core/dbus/dbus-broker_23.bb index c0b6f7f882..c622e4857c 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_22.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_23.bb @@ -7,8 +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[md5sum] = "03c4730f2110b5492e1212c81af325dc" -SRC_URI[sha256sum] = "32f30700cefc997c479d75fcc42f3177940f1ebbee9c5a60c1e3ee39b90a9783" +SRC_URI[sha256sum] = "95adfde56bce898c3b69eee0524732365e802348dd8189a35d5d00c30990dc81" UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"