summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-21 11:11:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-22 22:15:33 +0100
commit002967ee238b0e9207369f3dc96e66de5bb8d173 (patch)
tree35e3975c4d70b5818308a4c87a7af2f6f25413db
parent90b29420c7006fae131d835e0f372fd2755153e7 (diff)
downloadpoky-002967ee238b0e9207369f3dc96e66de5bb8d173.tar.gz
ref-manual: fix description of SOURCE_DATE_EPOCH
Update the reference to the code that computes this default value for this variable. (From yocto-docs rev: b115a1c07f76d2cca37565ac678c21e0e6056fff) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 53a8ee50a2..b9e97719b9 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6935,7 +6935,7 @@ system and gives an overview of their function and contents.
6935 <https://reproducible-builds.org/specs/source-date-epoch/>`__. 6935 <https://reproducible-builds.org/specs/source-date-epoch/>`__.
6936 6936
6937 A value for each recipe is computed from the sources by 6937 A value for each recipe is computed from the sources by
6938 the :ref:`reproducible-build <ref-classes-reproducible-build>` class. 6938 :oe_git:`meta/lib/oe/reproducible.py </openembedded-core/tree/meta/lib/oe/reproducible.py>`.
6939 6939
6940 If a recipe wishes to override the default behavior, it should set its 6940 If a recipe wishes to override the default behavior, it should set its
6941 own :term:`SOURCE_DATE_EPOCH` value:: 6941 own :term:`SOURCE_DATE_EPOCH` value::