diff options
| author | Mathieu Dubois-Briand <mathieu.dubois-briand@hyprua.org> | 2022-12-09 16:25:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-23 23:05:56 +0000 |
| commit | 301d4bb08bdedd9a9f80b736c58549048efd423e (patch) | |
| tree | 2183ffec1c6e819f5c02d0a002192804b37ee08e /meta/recipes-core | |
| parent | dcae831dca689d1284c38295b1397536b9e6d6e5 (diff) | |
| download | poky-301d4bb08bdedd9a9f80b736c58549048efd423e.tar.gz | |
dbus: Add missing CVE product name
(From OE-Core rev: 6c51aa51bdeb06b4ac114d5c75d5e2d205af8f17)
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.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
| 182 | rm -rf ${D}${localstatedir}/run | 182 | rm -rf ${D}${localstatedir}/run |
| 183 | } | 183 | } |
| 184 | BBCLASSEXTEND = "native nativesdk" | 184 | BBCLASSEXTEND = "native nativesdk" |
| 185 | |||
| 186 | CVE_PRODUCT += "d-bus_project:d-bus" | ||
