summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-09-06 14:59:00 +0100
committerKhem Raj <raj.khem@gmail.com>2022-09-06 08:43:34 -0700
commit5a02e200ff8b01df33d7cf1f56af54e8a90e49bc (patch)
tree906700cb0de248f706f7126e88fbf8010e04d644
parent97b1b5db109fc04526ee229e0ed51d4f3b2e9d89 (diff)
downloadmeta-openembedded-5a02e200ff8b01df33d7cf1f56af54e8a90e49bc.tar.gz
dbus-broker: update to v32
https://github.com/bus1/dbus-broker/releases/tag/v32
-rw-r--r--meta-oe/recipes-core/dbus/dbus-broker_32.bb (renamed from meta-oe/recipes-core/dbus/dbus-broker_31.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_31.bb b/meta-oe/recipes-core/dbus/dbus-broker_32.bb
index 6eb45ed70c..900b5e3ac8 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_31.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_32.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
8 8
9SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" 9SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz"
10SRC_URI[sha256sum] = "f229d7f1de8a3e344d54a4a30fbcb545387549e968009c06b87f7f1196c97496" 10SRC_URI[sha256sum] = "bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de"
11 11
12UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" 12UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"
13 13