]> code.ossystems Code Review - openembedded-core.git/commitdiff
reproducible_build_simple: inherit podfix
authorRoss Burton <ross.burton@intel.com>
Fri, 13 Dec 2019 23:21:56 +0000 (23:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Dec 2019 09:04:38 +0000 (09:04 +0000)
When doing reproducible builds inherit podfix to remove the possibility
of differing Perl versions causing manpages to change.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/reproducible_build_simple.bbclass

index 8a60deef3d6a26af831efa88507412e5c05a2068..d0842f0f902ae8270b01b98ac26555472e96b2dd 100644 (file)
@@ -8,3 +8,4 @@ export SOURCE_DATE_EPOCH ??= "1520598896"
 
 REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896"
 
+inherit podfix