[oe-commits] [openembedded-core] 07/19: reproducible_build_simple: inherit podfix

git at git.openembedded.org git at git.openembedded.org
Sun Dec 15 09:11:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 5dc43edab4787906f2c9f51e51bf78d1dc966286
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Dec 13 23:21:56 2019 +0000

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/reproducible_build_simple.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/reproducible_build_simple.bbclass b/meta/classes/reproducible_build_simple.bbclass
index 8a60dee..d0842f0 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list