From: Julian Haller Date: Wed, 4 Oct 2023 10:04:10 +0000 (+0200) Subject: dbus: Add missing CVE_PRODUCT X-Git-Tag: 2020-04.29-dunfell~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922872c85d417a5a319aa4beef57ffa4d05faf27;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git dbus: Add missing CVE_PRODUCT The current dunfell CVE scans report 0 CVEs for our dbus version. This is not correct, though, as we use the wrong product name to query it. Fix this to get a proper CVE list. Signed-off-by: Julian Haller Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 948aaf2e24f..9b5cc53d927 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"