diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-03-06 16:43:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:20 -0800 |
commit | 1c3a4f9b562aa6adc0c27da8063861fc2fe8873c (patch) | |
tree | 7d8d0a418cc6216be4eeab847937540c23b10ca1 | |
parent | ed39b75bc8c55f9ad07d4890041fe8f76255f39e (diff) | |
download | meta-openembedded-1c3a4f9b562aa6adc0c27da8063861fc2fe8873c.tar.gz |
dbus-cxx: upgrade 2.5.0 -> 2.5.1
Changelog:
===========
-Compiles cleanly on Debian 12
-Fix an error with decoding arrays in variants under certain circumstances
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb (renamed from meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.0.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb index fa81472af8..e89d1327e8 100644 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.0.bb +++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0-or-later | BSD-3-Clause" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=24594f493407a4cd401ce9794e0b9308" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=24594f493407a4cd401ce9794e0b9308" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https" |
9 | SRCREV = "2c3b3a767a5898ea8e51159e8122ddbb3aaeeb94" | 9 | SRCREV = "732a5becb4349e02ffce407a3fd4d75cc3d82421" |
10 | 10 | ||
11 | DEPENDS = "\ | 11 | DEPENDS = "\ |
12 | dbus \ | 12 | dbus \ |