From 9cf603a63c6cce6b9f0a9b9819c063d0f717c997 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 16 Jun 2019 09:27:21 -0400 Subject: tests/aux/common.sh: Set SOURCE_DATE_EPOCH --- (limited to 'tests/aux') diff --git a/tests/aux/common.sh b/tests/aux/common.sh index 4d41d9a..9005325 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -102,6 +102,7 @@ export OPK_HOST_ARCH_KERNEL='linux' export OPK_HOST_ARCH_LIBS='glibc' export OPK_HOST_PLAT='x60' # Section 7.3.3 Toolchain Variables aren't used by opkbuild utilities. +export SOURCE_DATE_EPOCH=3600 # For out-of-tree builds, copy test package files to build directory. rm -Rf "${TOP_BUILDDIR}/tests/data.build/" -- cgit v0.9.1