From 3ca903e5305ad2236ecf763e241a26f4df18e278 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Mon, 18 Dec 2017 15:50:47 +0200 Subject: bluez5.inc: set CVE_PRODUCT to bluez bluez is the product name in NVD database for CVE's like: https://nvd.nist.gov/vuln/detail/CVE-2016-7837 Signed-off-by: Mikko Rapeli Signed-off-by: Ross Burton (cherry picked from commit aade84aa54bb2f958572623ed6464184efd19862) Signed-off-by: Ruslan Ruslichenko Signed-off-by: Armin Kuster --- meta/recipes-connectivity/bluez5/bluez5.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 3421c38206..a61d6f647b 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -27,6 +27,8 @@ SRC_URI = "\ " S = "${WORKDIR}/bluez-${PV}" +CVE_PRODUCT = "bluez" + inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest EXTRA_OECONF = "\ -- cgit 1.2.3-korg