diff options
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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/" |