aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-11-16 00:05:29 +0300
committerKhem Raj <raj.khem@gmail.com>2023-11-15 13:13:16 -0800
commit3029554ceb0b0bb52a8d8ec3f0a75c5113662fe6 (patch)
tree1f9b788a2af470620ef59a3b826663be606c7985 /meta-oe/recipes-bsp
parent24e6bcb3759f6dc331a6716a12124e6cfaa72c0a (diff)
downloadmeta-openembedded-3029554ceb0b0bb52a8d8ec3f0a75c5113662fe6.tar.gz
bolt: upgrade 0.9.5 -> 0.9.6
Changelog: * The compiler warnings caused by the incorrect data type declaration were fixed. * The log message `boltd[123]: [93B blob data]` was fixed. The sysfs path will be printed when the domain can't be found. * CI: Replaced the docker command with podman and fixed the DNS issues for podman. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r--meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb (renamed from meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb
index 0cc9d85422..860cb8381f 100644
--- a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb
+++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb
@@ -8,7 +8,7 @@ DEPENDS = "udev polkit dbus"
REQUIRED_DISTRO_FEATURES = "polkit"
SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master"
-SRCREV = "5a8a5866a847561566499847d46a97c612b4e6dd"
+SRCREV = "f03c50b22ae3fda26711ddabd91e2c5dd8103478"
S = "${WORKDIR}/git"