summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@bmw.de>2017-07-20 16:23:05 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-24 09:13:31 +0100
commitef738c5a6a1542246141c32d82321e30b1d5d1be (patch)
treec31259bdf464b5476ab204aec5c3082d5aba7245 /meta
parent095dac91296f9616ef06d854c180950d8af16363 (diff)
downloadpoky-ef738c5a6a1542246141c32d82321e30b1d5d1be.tar.gz
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 (From OE-Core rev: 1c6643f139911ab27618d20f9d4ca609235a680b) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb2
1 files changed, 2 insertions, 0 deletions
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 f7e01bb403..03da4ca609 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 \
26SRC_URI[md5sum] = "5a5636fc3d9aa370f65b25a802a79e6e" 26SRC_URI[md5sum] = "5a5636fc3d9aa370f65b25a802a79e6e"
27SRC_URI[sha256sum] = "b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4" 27SRC_URI[sha256sum] = "b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4"
28 28
29CVE_PRODUCT = "ust"
30
29PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native" 31PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
30 32
31do_install_append() { 33do_install_append() {