diff options
author | Mikko Rapeli <mikko.rapeli@bmw.de> | 2017-07-20 16:22:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-29 11:57:27 +0100 |
commit | c645465839dd42997970e18f789d4de5212b9c95 (patch) | |
tree | 1cadf793ec48575316ef1c0db00bed8c23dc5037 /meta/recipes-connectivity | |
parent | b2cc8e045e7741012855aacc0bebd1a2f1bbbff2 (diff) | |
download | poky-c645465839dd42997970e18f789d4de5212b9c95.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: 07b5c85808a2346823de80f5e36474ca40d41cb0)
Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
(cherry picked from commit aade84aa54bb2f958572623ed6464184efd19862)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-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 ed75db2113..ccb10aaad9 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -27,6 +27,8 @@ SRC_URI = "\ | |||
27 | " | 27 | " |
28 | S = "${WORKDIR}/bluez-${PV}" | 28 | S = "${WORKDIR}/bluez-${PV}" |
29 | 29 | ||
30 | CVE_PRODUCT = "bluez" | ||
31 | |||
30 | inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest | 32 | inherit autotools pkgconfig systemd update-rc.d distro_features_check ptest |
31 | 33 | ||
32 | EXTRA_OECONF = "\ | 34 | EXTRA_OECONF = "\ |