From 301d4bb08bdedd9a9f80b736c58549048efd423e 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 (From OE-Core rev: 6c51aa51bdeb06b4ac114d5c75d5e2d205af8f17) Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Alexandre Belloni (cherry picked from commit 67b2db202834f1213bed3580badda2a67655ab7d) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- 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 0046b9fda2..863e35faf7 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"