diff --git a/recipes-support/perl/perl-template-toolkit_3.009.bb b/recipes-support/perl/perl-template-toolkit_3.009.bb index 20bd27d7..66d2b8eb 100644 --- a/recipes-support/perl/perl-template-toolkit_3.009.bb +++ b/recipes-support/perl/perl-template-toolkit_3.009.bb @@ -14,4 +14,10 @@ S = "${WORKDIR}/Template-Toolkit-${PV}" inherit cpan +do_install:append() { + for file in ttree tpage; do + sed -i 's:${STAGING_BINDIR_NATIVE}:${bindir_native}:g' ${D}${bindir}/$file + done +} + BBCLASSEXTEND = "native"