diff options
-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" |