From: Ross Burton Date: Fri, 13 Dec 2019 23:21:56 +0000 (+0000) Subject: reproducible_build_simple: inherit podfix X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc43edab4787906f2c9f51e51bf78d1dc966286;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 8a60deef3d6..d0842f0f902 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