summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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-23 23:05:49 +0000
commit8c4aa01b45792eff0f88fbd6467f215511e0d566 (patch)
treea2b42a9c0cbe53629623e426491c9c8d17d44f7e /meta/recipes-core
parentf930572051984d5afa390f436ce4843b5f838b14 (diff)
downloadpoky-8c4aa01b45792eff0f88fbd6467f215511e0d566.tar.gz
dbus: Add missing CVE product name
(From OE-Core rev: 655fc82974478b5986dc58f898d818bba692c2c6) Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 67b2db202834f1213bed3580badda2a67655ab7d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 9684f0c6e2..85db58e214 100644
--- a/meta/recipes-core/dbus/dbus_1.14.4.bb
+++ b/meta/recipes-core/dbus/dbus_1.14.4.bb
@@ -182,3 +182,5 @@ do_install:class-nativesdk() {
182 rm -rf ${D}${localstatedir}/run 182 rm -rf ${D}${localstatedir}/run
183} 183}
184BBCLASSEXTEND = "native nativesdk" 184BBCLASSEXTEND = "native nativesdk"
185
186CVE_PRODUCT += "d-bus_project:d-bus"