diff options
| -rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 66b3e1e251..073bcefd31 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -6846,6 +6846,18 @@ system and gives an overview of their function and contents. | |||
| 6846 | 6846 | ||
| 6847 | EXTRA_IMAGE_FEATURES += "read-only-rootfs" | 6847 | EXTRA_IMAGE_FEATURES += "read-only-rootfs" |
| 6848 | 6848 | ||
| 6849 | :term:`SETUPTOOLS_BUILD_ARGS` | ||
| 6850 | When used by recipes that inherit the | ||
| 6851 | :ref:`setuptools3 <ref-classes-setuptools3>` class, this variable can | ||
| 6852 | be used to specify additional arguments to be passed to ``setup.py build`` | ||
| 6853 | in the ``setuptools3_do_compile()`` task. | ||
| 6854 | |||
| 6855 | :term:`SETUPTOOLS_INSTALL_ARGS` | ||
| 6856 | When used by recipes that inherit the | ||
| 6857 | :ref:`setuptools3 <ref-classes-setuptools3>` class, this variable can | ||
| 6858 | be used to specify additional arguments to be passed to ``setup.py install`` | ||
| 6859 | in the ``setuptools3_do_install()`` task. | ||
| 6860 | |||
| 6849 | :term:`SETUPTOOLS_SETUP_PATH` | 6861 | :term:`SETUPTOOLS_SETUP_PATH` |
| 6850 | When used by recipes that inherit the | 6862 | When used by recipes that inherit the |
| 6851 | :ref:`setuptools3 <ref-classes-setuptools3>` class, this variable should | 6863 | :ref:`setuptools3 <ref-classes-setuptools3>` class, this variable should |
