diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 09:27:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 09:27:21 (EDT) |
commit | 9cf603a63c6cce6b9f0a9b9819c063d0f717c997 (patch) | |
tree | 46fefd8c72dd5b82971b7e354abed0e8586ab332 | |
parent | 895ed22bd9ba2834dca5ce1fd6483762fe9c92c0 (diff) |
tests/aux/common.sh: Set SOURCE_DATE_EPOCH
-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/" |