[oe-commits] [openembedded-core] 46/51: bluez5.inc: set CVE_PRODUCT to bluez

git at git.openembedded.org git at git.openembedded.org
Sun Jan 7 17:11:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit 3ca903e5305ad2236ecf763e241a26f4df18e278
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Mon Dec 18 15:50:47 2017 +0200

    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 <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    (cherry picked from commit aade84aa54bb2f958572623ed6464184efd19862)
    Signed-off-by: Ruslan Ruslichenko <rruslich at cisco.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 3421c38..a61d6f6 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 = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list