]> code.ossystems Code Review - openembedded-core.git/commit
podfix: class to remove Pod::Man versions from manpages
authorRoss Burton <ross.burton@intel.com>
Fri, 13 Dec 2019 23:21:55 +0000 (23:21 +0000)
committerArmin Kuster <akuster808@gmail.com>
Thu, 9 Jan 2020 04:29:28 +0000 (20:29 -0800)
commit88255abe6bb4d10d50a660022ab3f9a1c2954ec7
tree60a6d6c5643d198197efebd9f7e99ad7840a36c3
parentf15419842bfdf463d987ba708e6d5f9b6aabecdf
podfix: class to remove Pod::Man versions from manpages

Manpages generated by Pod::Man contain the version number, which isn't
reproducible if we're using the host Perl to generate manpage.

One option is to always depend on perl-native when generating manpages
but this is a heavy dependency, so instead strip out the versions in
do_install().

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 18d8e5ac689d6eb6098f68ac785f43e9d5f5938a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/podfix.bbclass [new file with mode: 0644]