[meta-python][PATCH] python3-cbor2: use exact CVE_PRODUCT mapping
"Devansh Patel -X (devanshp - E INFOCHIPS PRIVATE LIMITED at Cisco)" <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Devansh Patel <[email protected]> The product-only cbor2 mapping uses a wildcard vendor. Use agronholm:cbor2, the NVD identity for the packaged source. Signed-off-by: Devansh Patel <[email protected]> --- meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb index d7f08c6cbc..fdd206cf97 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.4.bb @@ -19,6 +19,6 @@ RDEPENDS:${PN} += " \ python3-datetime \ " -CVE_PRODUCT = "cbor2" +CVE_PRODUCT = "agronholm:cbor2" BBCLASSEXTEND = "native nativesdk" -- 2.35.6