[oe-commits] [openembedded-core] 22/33: lttng-ust_2.9.1.bb: set CVE_PRODUCT to ust

git at git.openembedded.org git at git.openembedded.org
Mon Jul 24 08:14:40 UTC 2017


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

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

commit 1c6643f139911ab27618d20f9d4ca609235a680b
Author: Mikko Rapeli <mikko.rapeli at bmw.de>
AuthorDate: Thu Jul 20 16:23:05 2017 +0300

    lttng-ust_2.9.1.bb: set CVE_PRODUCT to ust
    
    It is used in NVD for CVE's like:
    
    https://nvd.nist.gov/vuln/detail/CVE-2010-3386
    
    Signed-off-by: Mikko Rapeli <mikko.rapeli at bmw.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb
index f7e01bb..03da4ca 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb
@@ -26,6 +26,8 @@ SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "5a5636fc3d9aa370f65b25a802a79e6e"
 SRC_URI[sha256sum] = "b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4"
 
+CVE_PRODUCT = "ust"
+
 PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
 
 do_install_append() {

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


More information about the Openembedded-commits mailing list