recipes: Inherit perlnative for pod2man

replace host version of pod2man perl-native provides, helps in
improving reproducability

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2020-02-02 22:13:18 -08:00
parent bb253b28c7
commit 59e3d74810
5 changed files with 5 additions and 5 deletions
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/wertarbyte/${BPN}.git;branch=debian"
S = "${WORKDIR}/git"
inherit autotools-brokensep pkgconfig update-rc.d systemd
inherit autotools-brokensep pkgconfig perlnative update-rc.d systemd
PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
PACKAGECONFIG[systemd] = ",,systemd"