diff options
Diffstat (limited to 'meta/classes/reproducible_build_simple.bbclass')
-rw-r--r-- | meta/classes/reproducible_build_simple.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/reproducible_build_simple.bbclass b/meta/classes/reproducible_build_simple.bbclass index d0842f0f90..153a076072 100644 --- a/meta/classes/reproducible_build_simple.bbclass +++ b/meta/classes/reproducible_build_simple.bbclass | |||
@@ -7,5 +7,6 @@ export PERL_HASH_SEED = "0" | |||
7 | export SOURCE_DATE_EPOCH ??= "1520598896" | 7 | export SOURCE_DATE_EPOCH ??= "1520598896" |
8 | 8 | ||
9 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" | 9 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" |
10 | BUILDNAME ??= "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" | ||
10 | 11 | ||
11 | inherit podfix | 12 | inherit podfix |