| Message ID | 20260826053018.51457-1-devanshp@cisco.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,scarthgap] python3-cbor2: use exact CVE_PRODUCT mapping | expand |
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb index 90688ced20..00ad025bc2 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb @@ -34,4 +34,6 @@ RDEPENDS:${PN} += " \ python3-datetime \ " +CVE_PRODUCT = "agronholm:cbor2" + BBCLASSEXTEND = "native nativesdk"