diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2022-10-07 10:54:51 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-19 17:32:57 +0100 |
commit | f4d633a7c28d2cee849bd8c6a2a130285ed125e7 (patch) | |
tree | dd07f5ffcbe98b7134712c3346f2022198bdd76a /documentation/ref-manual/classes.rst | |
parent | af3beeecfbce858669065f2e9b67db597e922c15 (diff) | |
download | poky-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/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index f6f341e104..6462a86dad 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2018,7 +2018,8 @@ some cases you may need to set it manually in the recipe by setting | |||
2018 | :term:`PYPI_PACKAGE`. | 2018 | :term:`PYPI_PACKAGE`. |
2019 | 2019 | ||
2020 | Variables set by the ``pypi`` class include :term:`SRC_URI`, :term:`SECTION`, | 2020 | Variables set by the ``pypi`` class include :term:`SRC_URI`, :term:`SECTION`, |
2021 | :term:`HOMEPAGE`, :term:`UPSTREAM_CHECK_URI`, and :term:`UPSTREAM_CHECK_REGEX`. | 2021 | :term:`HOMEPAGE`, :term:`UPSTREAM_CHECK_URI`, :term:`UPSTREAM_CHECK_REGEX` |
2022 | and :term:`CVE_PRODUCT`. | ||
2022 | 2023 | ||
2023 | .. _ref-classes-python_flit_core: | 2024 | .. _ref-classes-python_flit_core: |
2024 | 2025 | ||