diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-13 23:21:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-15 09:10:46 +0000 |
commit | e3d5f55c3e07eb6f99f25f25885a45c495b6647a (patch) | |
tree | e89ef19afd0b308d166e623244f277b73f7fb83d /meta/classes | |
parent | 6576c85e438079f7b10240073ac6ac78a3be6cf4 (diff) | |
download | poky-e3d5f55c3e07eb6f99f25f25885a45c495b6647a.tar.gz |
reproducible_build_simple: inherit podfix
When doing reproducible builds inherit podfix to remove the possibility
of differing Perl versions causing manpages to change.
(From OE-Core rev: 5dc43edab4787906f2c9f51e51bf78d1dc966286)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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 8a60deef3d..d0842f0f90 100644 --- a/meta/classes/reproducible_build_simple.bbclass +++ b/meta/classes/reproducible_build_simple.bbclass | |||
@@ -8,3 +8,4 @@ export SOURCE_DATE_EPOCH ??= "1520598896" | |||
8 | 8 | ||
9 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" | 9 | REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" |
10 | 10 | ||
11 | inherit podfix | ||