diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-19 21:49:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-19 13:00:33 -0800 |
commit | d8d45d909315f5c784234261bb3e97d2e1f0a102 (patch) | |
tree | f5895bc1e5ef2ccda766297576197e05ae9af418 | |
parent | 889ccce6848276fa68b3736b345552a533bc6bd2 (diff) | |
download | meta-openembedded-d8d45d909315f5c784234261bb3e97d2e1f0a102.tar.gz |
emlog: set CVE_PRODUCT
This will remove false-positive CVE-2024-50655 from reports.
There are different emlog components from other vendors around.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/emlog/emlog.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/emlog/emlog.inc b/meta-oe/recipes-core/emlog/emlog.inc index 5e96b8b3bd..713b012177 100644 --- a/meta-oe/recipes-core/emlog/emlog.inc +++ b/meta-oe/recipes-core/emlog/emlog.inc | |||
@@ -9,6 +9,8 @@ SRCREV = "a9bbf324fde131ff4cf064e32674086c4ced4dca" | |||
9 | PV = "0.70+git" | 9 | PV = "0.70+git" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | CVE_PRODUCT = "nicupavel:emlog" | ||
13 | |||
12 | EXTRA_OEMAKE += " \ | 14 | EXTRA_OEMAKE += " \ |
13 | CFLAGS='${TARGET_CFLAGS}' \ | 15 | CFLAGS='${TARGET_CFLAGS}' \ |
14 | " | 16 | " |