diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-02-03 19:22:10 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-03 13:03:25 -0800 |
commit | ae7556a737f7d21b0e345226fdab4a286d2f85db (patch) | |
tree | 242068f2e0648bb261d6e9296bea3e0b4298079a /meta-python | |
parent | 30e585a505c025754977305f4f2dcea737cb6d44 (diff) | |
download | meta-openembedded-ae7556a737f7d21b0e345226fdab4a286d2f85db.tar.gz |
python3-protobuf: set CVE_PRODUCT
Similarly to c++ protobuf, add products matching historical entries.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb index 032a28963d..e1dd8e17c7 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_4.25.3.bb | |||
@@ -12,6 +12,8 @@ LIC_FILES_CHKSUM = " \ | |||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | SRC_URI[sha256sum] = "25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c" | 13 | SRC_URI[sha256sum] = "25b5d0b42fd000320bd7830b349e3b696435f3b329810427a6bcce6a5492cc5c" |
14 | 14 | ||
15 | CVE_PRODUCT += "google:protobuf protobuf:protobuf google-protobuf protobuf-python" | ||
16 | |||
15 | # http://errors.yoctoproject.org/Errors/Details/184715/ | 17 | # http://errors.yoctoproject.org/Errors/Details/184715/ |
16 | # Can't find required file: ../src/google/protobuf/descriptor.proto | 18 | # Can't find required file: ../src/google/protobuf/descriptor.proto |
17 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |