From 3029554ceb0b0bb52a8d8ec3f0a75c5113662fe6 Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 16 Nov 2023 00:05:29 +0300 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/bolt/{bolt_0.9.5.bb => bolt_0.9.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/bolt/{bolt_0.9.5.bb => bolt_0.9.6.bb} (92%) diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb similarity index 92% rename from meta-oe/recipes-bsp/bolt/bolt_0.9.5.bb rename to 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"