[oe-commits] [openembedded-core] 23/25: fixup

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 11:03:02 UTC 2020


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 22a9619acb5dd6ff7525a06a489a9862077508cc
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Feb 2 10:48:07 2020 +0000

    fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/reproducible_build.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass
index 41950f1..42e47ac 100644
--- a/meta/classes/reproducible_build.bbclass
+++ b/meta/classes/reproducible_build.bbclass
@@ -195,7 +195,7 @@ def get_source_date_epoch_value(d):
     d.setVar('__CACHED_SOURCE_DATE_EPOCH', str(source_date_epoch))
     return str(source_date_epoch)
 
-export SOURCE_DATE_EPOCH ?= "${@get_source_date_epoch_value(d)}"
+SOURCE_DATE_EPOCH ?= "${@get_source_date_epoch_value(d)}"
 BB_HASHBASE_WHITELIST += "SOURCE_DATE_EPOCH"
 
 python () {

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


More information about the Openembedded-commits mailing list