From: Ross Burton Date: Fri, 13 Dec 2019 23:21:56 +0000 (+0000) Subject: reproducible_build_simple: inherit podfix X-Git-Tag: uninative-2.8~853 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5dc43edab4787906f2c9f51e51bf78d1dc966286;p=openembedded-core.git reproducible_build_simple: inherit podfix When doing reproducible builds inherit podfix to remove the possibility of differing Perl versions causing manpages to change. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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" REPRODUCIBLE_TIMESTAMP_ROOTFS ??= "1520598896" +inherit podfix