summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2024-04-12 11:46:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:55:42 +0100
commit073c07ef767cfd3942b31c5a7d08507ca3805371 (patch)
tree19d300507cc3aec5d852b3b6abefc75c0978e377 /documentation/ref-manual
parenteb8d6f9a092e02dab8b3672970d7a04f80db7312 (diff)
downloadpoky-073c07ef767cfd3942b31c5a7d08507ca3805371.tar.gz
ref-manual: variables: Update default INHERIT_DISTRO value
Add remove-libtool and create-spdx to INHERIT_DISTRO defaults per meta/conf/distro/defaultsetup.conf (From yocto-docs rev: a5193a97d774dd6aad09fc756fcd362638d7d2fe) Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 0dc881ed51..1eab5c82eb 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4048,7 +4048,7 @@ system and gives an overview of their function and contents.
4048 The default value of the variable is set as follows in the 4048 The default value of the variable is set as follows in the
4049 ``meta/conf/distro/defaultsetup.conf`` file:: 4049 ``meta/conf/distro/defaultsetup.conf`` file::
4050 4050
4051 INHERIT_DISTRO ?= "debian devshell sstate license" 4051 INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool create-spdx"
4052 4052
4053 :term:`INHIBIT_DEFAULT_DEPS` 4053 :term:`INHIBIT_DEFAULT_DEPS`
4054 Prevents the default dependencies, namely the C compiler and standard 4054 Prevents the default dependencies, namely the C compiler and standard