diff options
| author | Het Patel <hetpat@cisco.com> | 2026-02-26 04:51:02 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:26:01 -0800 |
| commit | a428ea90c08fc93ce5e39612974323aad26d1ef3 (patch) | |
| tree | c3eba7cf799ba042d989d139e6567e70a8bcb14e | |
| parent | cc29ac4fea27d24f1cc242e53cdb70b512610396 (diff) | |
| download | meta-openembedded-a428ea90c08fc93ce5e39612974323aad26d1ef3.tar.gz | |
abseil-cpp: Add CVE_PRODUCT to support product name
- Set CVE_PRODUCT to align with the NVD CPE and ensure correct CVE
reporting.
Signed-off-by: Het Patel <hetpat@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20260107.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20260107.1.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20260107.1.bb index 4f75ed605c..128ed81556 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20260107.1.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20260107.1.bb | |||
| @@ -53,3 +53,6 @@ python split_dynamic_packages() { | |||
| 53 | ALLOW_EMPTY:${PN} = "1" | 53 | ALLOW_EMPTY:${PN} = "1" |
| 54 | 54 | ||
| 55 | BBCLASSEXTEND = "native nativesdk" | 55 | BBCLASSEXTEND = "native nativesdk" |
| 56 | |||
| 57 | # Add CVE_PRODUCT to match the NVD CPE product name | ||
| 58 | CVE_PRODUCT = "abseil:common_libraries" | ||
