[oe-commits] [openembedded-core] 06/14: reproducible_build: Comment only: do_deploy_source_date_epoch task

git at git.openembedded.org git at git.openembedded.org
Mon Nov 5 09:00:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b863bf4e76aba3949e4c27673ee3bbf8813aa2b3
Author: Douglas Royds <douglas.royds at taitradio.com>
AuthorDate: Mon Nov 5 18:39:41 2018 +1300

    reproducible_build: Comment only: do_deploy_source_date_epoch task
    
    Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's SDE_FILE.
    If none of the existing mechanisms are suitable, replace the do_deploy_source_date_epoch task
    with recipe-specific functionality to write the appropriate SOURCE_DATE_EPOCH into the SDE_FILE.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/reproducible_build.bbclass | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass
index 4f3680a..0eb696a 100644
--- a/meta/classes/reproducible_build.bbclass
+++ b/meta/classes/reproducible_build.bbclass
@@ -24,7 +24,10 @@
 #
 # 4. If the above steps fail, use the modification time of the youngest file in the source tree.
 #
-# Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's ${SDE_FILE}.
+# Once the value of SOURCE_DATE_EPOCH is determined, it is stored in the recipe's SDE_FILE.
+# If none of these mechanisms are suitable, replace the do_deploy_source_date_epoch task
+# with recipe-specific functionality to write the appropriate SOURCE_DATE_EPOCH into the SDE_FILE.
+#
 # If this file is found by other tasks, the value is exported in the SOURCE_DATE_EPOCH variable.
 # SOURCE_DATE_EPOCH is set for all tasks that might use it (do_configure, do_compile, do_package, ...)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list