From 002967ee238b0e9207369f3dc96e66de5bb8d173 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 21 Oct 2021 11:11:23 +0200 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. `__. A value for each recipe is computed from the sources by - the :ref:`reproducible-build ` class. + :oe_git:`meta/lib/oe/reproducible.py `. If a recipe wishes to override the default behavior, it should set its own :term:`SOURCE_DATE_EPOCH` value::