summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus_1.14.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-15 10:51:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-18 16:42:27 +0000
commit376d0fdd0e107a56fa811b7ad6ba80d8dc6a1310 (patch)
treeba1bbb423f2ffc8f81e6ecd6054cc6f43bd7f474 /meta/recipes-core/dbus/dbus_1.14.4.bb
parent4d5e40bf773c9ca36e4e2846052dc722ff46e167 (diff)
downloadpoky-376d0fdd0e107a56fa811b7ad6ba80d8dc6a1310.tar.gz
dbus: Use Alignof when using C11 or newer standard
Fixes an UB found with with clang (From OE-Core rev: e1f2d23f1049222fd5aab6189710e89a550ba911) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus_1.14.4.bb')
-rw-r--r--meta/recipes-core/dbus/dbus_1.14.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.14.4.bb b/meta/recipes-core/dbus/dbus_1.14.4.bb
index 5f91ec2dc1..ee05496203 100644
--- a/meta/recipes-core/dbus/dbus_1.14.4.bb
+++ b/meta/recipes-core/dbus/dbus_1.14.4.bb
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6423dcd74d7be9715b0db247fd889da3 \
13SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \ 13SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
14 file://run-ptest \ 14 file://run-ptest \
15 file://tmpdir.patch \ 15 file://tmpdir.patch \
16 file://0001-Define-_DBUS_ALIGNOF-using-_Alignof-when-using-C11-o.patch \
16 file://dbus-1.init \ 17 file://dbus-1.init \
17" 18"
18 19