From 6c51aa51bdeb06b4ac114d5c75d5e2d205af8f17 Mon Sep 17 00:00:00 2001 From: Mathieu Dubois-Briand Date: Fri, 9 Dec 2022 16:25:47 +0100 Subject: [PATCH] dbus: Add missing CVE product name Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Alexandre Belloni (cherry picked from commit 67b2db202834f1213bed3580badda2a67655ab7d) Signed-off-by: Steve Sakoman --- meta/recipes-core/dbus/dbus_1.14.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/dbus/dbus_1.14.0.bb b/meta/recipes-core/dbus/dbus_1.14.0.bb index 0046b9fda26..863e35faf76 100644 --- a/meta/recipes-core/dbus/dbus_1.14.0.bb +++ b/meta/recipes-core/dbus/dbus_1.14.0.bb @@ -182,3 +182,5 @@ do_install:class-nativesdk() { rm -rf ${D}${localstatedir}/run } BBCLASSEXTEND = "native nativesdk" + +CVE_PRODUCT += "d-bus_project:d-bus" -- 2.47.3