diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index c2a6566341..42e9d4d964 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3768,7 +3768,7 @@ system and gives an overview of their function and contents. | |||
3768 | The default value of the variable is set as follows in the | 3768 | The default value of the variable is set as follows in the |
3769 | ``meta/conf/distro/defaultsetup.conf`` file:: | 3769 | ``meta/conf/distro/defaultsetup.conf`` file:: |
3770 | 3770 | ||
3771 | INHERIT_DISTRO ?= "debian devshell sstate license" | 3771 | INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool" |
3772 | 3772 | ||
3773 | :term:`INHIBIT_DEFAULT_DEPS` | 3773 | :term:`INHIBIT_DEFAULT_DEPS` |
3774 | Prevents the default dependencies, namely the C compiler and standard | 3774 | Prevents the default dependencies, namely the C compiler and standard |