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>
This commit is contained in:
alperak 2023-11-16 00:05:29 +03:00 committed by Khem Raj
parent 24e6bcb375
commit 3029554ceb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"