summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-08-09 16:23:54 +0100
committerKhem Raj <raj.khem@gmail.com>2024-08-10 15:57:55 -0700
commitb230d576bc977077af41b92c10311e5425a81b45 (patch)
treea16f8b0f1e54b22c61b84b2af8c587279f604366
parent233079a41caded6b68972317f01dc09435ba1ae0 (diff)
downloadmeta-openembedded-b230d576bc977077af41b92c10311e5425a81b45.tar.gz
dbus-broker: upgrade 32 -> 36
Full changelogs: https://github.com/bus1/dbus-broker/releases/tag/v33 https://github.com/bus1/dbus-broker/releases/tag/v34 https://github.com/bus1/dbus-broker/releases/tag/v35 https://github.com/bus1/dbus-broker/releases/tag/v36 Signed-off-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/dbus/dbus-broker_36.bb (renamed from meta-oe/recipes-core/dbus/dbus-broker_32.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-broker_32.bb b/meta-oe/recipes-core/dbus/dbus-broker_36.bb
index 484c10e919..46cff86db9 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_32.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_36.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] = "bea7f653e7251063c5f427e9e3f93562d38a0d8667ae6d49fb56f113605985de" 10SRC_URI[sha256sum] = "d333d99bd2688135b6d6961e7ad1360099d186078781c87102230910ea4e162b"
11 11
12UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases" 12UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"
13UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+)" 13UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+)"