]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Dec 2019 09:04:38 +0000 (09:04 +0000)
commit18d8e5ac689d6eb6098f68ac785f43e9d5f5938a
tree55d740ed5855fcfab67441c1b44f2b0524910659
parent47e40fdd7dd58bde4e017e2375c16450fcb14eca
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>
meta/classes/podfix.bbclass [new file with mode: 0644]