| Message ID | 20260713234417.4071754-1-mark.yang@lge.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [v2,1/4] python3-cryptography: set CVE_PRODUCT | expand |
diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index 4730c34997..4672f47520 100644 --- a/meta/recipes-devtools/python/python3-cryptography.bb +++ b/meta/recipes-devtools/python/python3-cryptography.bb @@ -71,4 +71,6 @@ do_install_ptest() { cp -r ${S}/pyproject.toml ${D}${PTEST_PATH}/ } +CVE_PRODUCT = "cryptography.io:cryptography pyca:cryptography" + BBCLASSEXTEND = "native nativesdk"