diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-11-16 00:05:29 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-15 13:13:16 -0800 |
| commit | 3029554ceb0b0bb52a8d8ec3f0a75c5113662fe6 (patch) | |
| tree | 1f9b788a2af470620ef59a3b826663be606c7985 | |
| parent | 24e6bcb3759f6dc331a6716a12124e6cfaa72c0a (diff) | |
| download | meta-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>
| -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" | |||
| 8 | REQUIRED_DISTRO_FEATURES = "polkit" | 8 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master" | 10 | SRC_URI = "git://gitlab.freedesktop.org/bolt/bolt.git;protocol=https;branch=master" |
| 11 | SRCREV = "5a8a5866a847561566499847d46a97c612b4e6dd" | 11 | SRCREV = "f03c50b22ae3fda26711ddabd91e2c5dd8103478" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
