summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-07 10:54:51 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitf4d633a7c28d2cee849bd8c6a2a130285ed125e7 (patch)
treedd07f5ffcbe98b7134712c3346f2022198bdd76a /documentation/ref-manual/variables.rst
parentaf3beeecfbce858669065f2e9b67db597e922c15 (diff)
downloadpoky-f4d633a7c28d2cee849bd8c6a2a130285ed125e7.tar.gz
ref-manual: update pypi documentation for CVE_PRODUCT default in 4.1
In 4.1 the pypi class has been updated to set a default CVE_PRODUCT value. (From yocto-docs rev: e4b25d6790c3966bad3c63818729c1baaf2b3ca9) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 2685c61219..f2d6f7f9f4 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1474,7 +1474,9 @@ system and gives an overview of their function and contents.
1474 In a recipe, defines the name used to match the recipe name 1474 In a recipe, defines the name used to match the recipe name
1475 against the name in the upstream `NIST CVE database <https://nvd.nist.gov/>`__. 1475 against the name in the upstream `NIST CVE database <https://nvd.nist.gov/>`__.
1476 1476
1477 The default is ${:term:`BPN`}. If it does not match the name in the NIST CVE 1477 The default is ${:term:`BPN`} (except for recipes that inherit the
1478 :ref:`pypi <ref-classes-pypi>` class where it is set based upon
1479 :term:`PYPI_PACKAGE`). If it does not match the name in the NIST CVE
1478 database or matches with multiple entries in the database, the default 1480 database or matches with multiple entries in the database, the default
1479 value needs to be changed. 1481 value needs to be changed.
1480 1482