summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2024-04-12 11:46:57 -0700
committerSteve Sakoman <steve@sakoman.com>2024-05-15 09:44:16 -0700
commit5479d5c70a09b4a45ea9bc58316503e6e78f8c1f (patch)
tree7bd22acf3b273c296347c7820a3e7a14358fbf5f
parentb049cef2434d85b7a697a95f8d5c7dad4588778d (diff)
downloadpoky-5479d5c70a09b4a45ea9bc58316503e6e78f8c1f.tar.gz
ref-manual: variables: Update default INHERIT_DISTRO value
Add remove-libtool to INHERIT_DISTRO defaults per meta/conf/distro/defaultsetup.conf (From yocto-docs rev: 94646665637d30d700e78598e0955815572c466c) Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/variables.rst2
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