summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorBenjamin Bouvier <benjamin.bouvier@ekinops.com>2024-11-15 08:21:49 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:10 -0800
commit09c542c2f4388b4afe848ab1992a0eb3e5e4c021 (patch)
treeef112ca63bb0b5b6227657ba9cf7360b63123d2f /meta-oe/recipes-extended
parent42761ba945ea3eb4bb8f3525871edcfd990dadff (diff)
downloadmeta-openembedded-09c542c2f4388b4afe848ab1992a0eb3e5e4c021.tar.gz
librelp: add CVE_PRODUCT
Add exact CPE name in CVE_PRODUCT. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb
index 65b5c8476f..343a2c2840 100644
--- a/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb
@@ -19,6 +19,8 @@ SRCREV = "b421f56d9ee31a966058d23bd23c966221c91396"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22CVE_PRODUCT = "rsyslog:librelp"
23
22inherit autotools pkgconfig ptest 24inherit autotools pkgconfig ptest
23 25
24PACKAGECONFIG ?= "tls-openssl valgrind" 26PACKAGECONFIG ?= "tls-openssl valgrind"