summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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+)"