diff options
author | Luca Boccassi <bluca@debian.org> | 2022-05-23 16:24:37 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-24 08:39:45 -0700 |
commit | 962e3a3c13255e5232e7156e5802bc7f40c7921d (patch) | |
tree | 5108f0341dff99ed6ae20522cefd281682ed87df /meta-oe/recipes-core/dbus | |
parent | 70778df3d969cc3ecb3f6e58e417c50f5313da6c (diff) | |
download | meta-openembedded-962e3a3c13255e5232e7156e5802bc7f40c7921d.tar.gz |
dbus-broker: update 29 -> 31
Full changelogs:
https://github.com/bus1/dbus-broker/releases/tag/v30
https://github.com/bus1/dbus-broker/releases/tag/v31
Signed-off-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/dbus')
-rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_31.bb (renamed from meta-oe/recipes-core/dbus/dbus-broker_29.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_29.bb b/meta-oe/recipes-core/dbus/dbus-broker_31.bb index 525db345b0..6eb45ed70c 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_29.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_31.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8" |
8 | 8 | ||
9 | SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" | 9 | SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz" |
10 | SRC_URI[sha256sum] = "4eca425db52b7ab1027153e93fea9b3f11759db9e93ffbf88759b73ddfb8026a" | 10 | SRC_URI[sha256sum] = "f229d7f1de8a3e344d54a4a30fbcb545387549e968009c06b87f7f1196c97496" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" | 12 | UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" |
13 | 13 | ||