summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Dubois-Briand <mathieu.dubois-briand@hyprua.org>2022-12-09 16:25:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-11 16:32:27 +0000
commitb9d661c6b2b3ae75c291fec4d7e8aa20dfea0c0c (patch)
treec0bbffb9c240531263801d52578f6c5f8533840f
parent0f25ef97e3a5c81848991055de7d2b59331d0787 (diff)
downloadpoky-b9d661c6b2b3ae75c291fec4d7e8aa20dfea0c0c.tar.gz
dbus: Add missing CVE product name
(From OE-Core rev: 67b2db202834f1213bed3580badda2a67655ab7d) Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/dbus/dbus_1.14.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.14.4.bb b/meta/recipes-core/dbus/dbus_1.14.4.bb
index cf7f830f16..5f91ec2dc1 100644
--- a/meta/recipes-core/dbus/dbus_1.14.4.bb
+++ b/meta/recipes-core/dbus/dbus_1.14.4.bb
@@ -183,3 +183,5 @@ do_install:class-nativesdk() {
183 rm -rf ${D}${localstatedir}/run 183 rm -rf ${D}${localstatedir}/run
184} 184}
185BBCLASSEXTEND = "native nativesdk" 185BBCLASSEXTEND = "native nativesdk"
186
187CVE_PRODUCT += "d-bus_project:d-bus"