diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:22:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-24 09:13:31 +0100 |
commit | ba828811d790da022c93a183642ddfb2b1b8e1bc (patch) | |
tree | da75fa36fcc913905a948ae3135868a9f9e3bb52 | |
parent | d2950cacf753a18e210f50dddd993224db2d2eb6 (diff) | |
download | poky-ba828811d790da022c93a183642ddfb2b1b8e1bc.tar.gz |
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
(From OE-Core rev: aade84aa54bb2f958572623ed6464184efd19862)
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index bf1b1ca251..527e4033fe 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -53,6 +53,8 @@ SRC_URI = "\ | |||
53 | " | 53 | " |
54 | S = "${WORKDIR}/bluez-${PV}" | 54 | S = "${WORKDIR}/bluez-${PV}" |
55 | 55 | ||
56 | CVE_PRODUCT = "bluez" | ||
57 | |||
56 | inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest | 58 | inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest |
57 | 59 | ||
58 | EXTRA_OECONF = "\ | 60 | EXTRA_OECONF = "\ |