From: Richard Purdie Date: Thu, 3 Nov 2022 17:37:29 +0000 (+0000) Subject: bitbake.conf: Drop export of SOURCE_DATE_EPOCH_FALLBACK X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74fb6539dd06acb0dd6a9af4809152975e8473e6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Drop export of SOURCE_DATE_EPOCH_FALLBACK Whilst SDE definitely needs to be exported, the fallback does not as it is only used in our python code via the datastore. It was introduced as an export in 9a1dde74e794362399193dc3f81c9685a83d0776 but even then it doesn't look like it needed to be, likely just a copy and paste mistake. Drop the export. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 62cdd9aa9c2..a1f0f624e9c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -676,7 +676,7 @@ export PYTHONHASHSEED = "0" export PERL_HASH_SEED = "0" export SOURCE_DATE_EPOCH ?= "${@get_source_date_epoch_value(d)}" # A SOURCE_DATE_EPOCH of '0' might be misinterpreted as no SDE -export SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400" +SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400" REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" ##################################################################