summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/reproducible_build.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass
index 0ad0fbeeed..3f661794c6 100644
--- a/meta/classes/reproducible_build.bbclass
+++ b/meta/classes/reproducible_build.bbclass
@@ -58,9 +58,6 @@ SDE_DIR = "${WORKDIR}/source-date-epoch"
58SDE_FILE = "${SDE_DIR}/__source_date_epoch.txt" 58SDE_FILE = "${SDE_DIR}/__source_date_epoch.txt"
59SDE_DEPLOYDIR = "${WORKDIR}/deploy-source-date-epoch" 59SDE_DEPLOYDIR = "${WORKDIR}/deploy-source-date-epoch"
60 60
61# Enable compiler warning when the __TIME__, __DATE__ and __TIMESTAMP__ macros are used.
62TARGET_CC_ARCH:append:class-target = " -Wdate-time"
63
64# A SOURCE_DATE_EPOCH of '0' might be misinterpreted as no SDE 61# A SOURCE_DATE_EPOCH of '0' might be misinterpreted as no SDE
65export SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400" 62export SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400"
66 63