]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
dbus: Add missing CVE_PRODUCT
authorJulian Haller <julian.haller@philips.com>
Wed, 4 Oct 2023 10:04:10 +0000 (12:04 +0200)
committerSteve Sakoman <steve@sakoman.com>
Thu, 5 Oct 2023 23:10:56 +0000 (13:10 -1000)
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 <julian.haller@philips.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/dbus/dbus.inc

index 948aaf2e24f1cb2ecc066213a987a21edfe7e6f6..9b5cc53d927c898dcb97a4c909cc55d5f5a405f2 100644 (file)
@@ -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"