summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-04 17:08:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-06 11:16:46 +0000
commit69ec94eafa7131d8d0c1a20108a4d8435c9933d7 (patch)
tree3124b51581497eca2ee4f5b59f90897c94f3aad5
parentdd07877cca4e7bb6cbc836ee7f01c04d3153f55b (diff)
downloadpoky-69ec94eafa7131d8d0c1a20108a4d8435c9933d7.tar.gz
dbus: upgrade 1.16.0 -> 1.16.2
Changelog: =========== - The branch used for development releases has been renamed to 'main'. - On Linux, fix build regression with libselinux >= 3.8 and verbose mode enabled - Documentation updates (From OE-Core rev: 2329ff73279299c3243f9773641bdbe9ccf19799) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/dbus/dbus_1.16.2.bb (renamed from meta/recipes-core/dbus/dbus_1.16.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.16.0.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb
index 80e766f959..9475e55b57 100644
--- a/meta/recipes-core/dbus/dbus_1.16.0.bb
+++ b/meta/recipes-core/dbus/dbus_1.16.2.bb
@@ -15,7 +15,7 @@ SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
15 file://dbus-1.init \ 15 file://dbus-1.init \
16 " 16 "
17 17
18SRC_URI[sha256sum] = "9f8ca5eb51cbe09951aec8624b86c292990ae2428b41b856e2bed17ec65c8849" 18SRC_URI[sha256sum] = "0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2"
19 19
20EXTRA_OEMESON = "-Dxml_docs=disabled \ 20EXTRA_OEMESON = "-Dxml_docs=disabled \
21 -Ddoxygen_docs=disabled \ 21 -Ddoxygen_docs=disabled \