diff mbox series

[meta-oe] bolt: upgrade 0.9.5 -> 0.9.6

Message ID 20231115210529.800031-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] bolt: upgrade 0.9.5 -> 0.9.6 | expand

Commit Message

Alper Ak Nov. 15, 2023, 9:05 p.m. UTC
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>
---
 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%)

Comments

Khem Raj Nov. 16, 2023, 9:52 p.m. UTC | #1
On Thu, 16 Nov 2023 00:05:29 +0300, alperak wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/1] bolt: upgrade 0.9.5 -> 0.9.6
      commit: 3029554ceb0b0bb52a8d8ec3f0a75c5113662fe6

Best regards,
diff mbox series

Patch

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 0cc9d8542..860cb8381 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"