diff mbox series

[2/2] dbus: Add missing CVE_PRODUCT

Message ID 20230904134049.229892-2-jhaller.oss@gmail.com
State New
Headers show
Series [1/2] dbus: Backport fix for CVE-2023-34969 | expand

Commit Message

Julian Haller Sept. 4, 2023, 1:40 p.m. UTC
From: Julian Haller <julian.haller@philips.com>

Signed-off-by: Julian Haller <julian.haller@philips.com>
---
 meta/recipes-core/dbus/dbus.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Julian Haller Sept. 4, 2023, 1:49 p.m. UTC | #1
My bad, I dropped the [dunfell] prefix when sending the patch. This patch is intended to be applied to dunfell.
diff mbox series

Patch

diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 948aaf2e24..9b5cc53d92 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -32,3 +32,5 @@  PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd
 PACKAGECONFIG[x11] = "--with-x --enable-x11-autolaunch,--without-x --disable-x11-autolaunch, virtual/libx11 libsm"
 PACKAGECONFIG[user-session] = "--enable-user-session --with-systemduserunitdir=${systemd_user_unitdir},--disable-user-session"
 PACKAGECONFIG[verbose-mode] = "--enable-verbose-mode,,,"
+
+CVE_PRODUCT += "d-bus_project:d-bus freedesktop:dbus freedesktop:libdbus"