diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-01-20 16:43:49 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-21 00:26:41 -0800 |
commit | 3c9ced9c020598867f493b3762ec82be55f7a24a (patch) | |
tree | d7aca123f6ad24fce5d261272d4c0d9ffb3c6abf /meta-oe/recipes-core | |
parent | e58e07b010988781ee2e772e3ca25bcde81c2bec (diff) | |
download | meta-openembedded-3c9ced9c020598867f493b3762ec82be55f7a24a.tar.gz |
dbus-broker: update to v26
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/dbus/dbus-broker_26.bb (renamed from meta-oe/recipes-core/dbus/dbus-broker_25.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_25.bb b/meta-oe/recipes-core/dbus/dbus-broker_26.bb index 8b6825029..5517883df 100644 --- a/meta-oe/recipes-core/dbus/dbus-broker_25.bb +++ b/meta-oe/recipes-core/dbus/dbus-broker_26.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] = "a54fc5192280caf5824b82cb40f295c1195ad73c71bea5bd60218afb9df5bb29" | 10 | SRC_URI[sha256sum] = "6a6ab82fc398d4bc31b315f4e1c08f17509e4a1969f1cc77a5706db8923c74e1" |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" | 12 | UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" |
13 | 13 | ||