diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb index e295e0329e..8af6bb5714 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.70.0.bb | |||
@@ -20,3 +20,5 @@ SRC_URI[sha256sum] = "e578fee7c1c213c8e471750d92631d00f178a15479fb2cb3b939a07fc1 | |||
20 | RDEPENDS:${PN} = "python3-grpcio" | 20 | RDEPENDS:${PN} = "python3-grpcio" |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
23 | |||
24 | CVE_PRODUCT += "grpc:grpc" | ||
diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb index bebfa51be1..c9edc1d541 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.70.0.bb | |||
@@ -35,3 +35,5 @@ CLEANBROKEN = "1" | |||
35 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |
36 | 36 | ||
37 | CCACHE_DISABLE = "1" | 37 | CCACHE_DISABLE = "1" |
38 | |||
39 | CVE_PRODUCT += "grpc:grpc" | ||