diff options
Diffstat (limited to 'meta/recipes-devtools/perl/perl-ptest.inc')
-rw-r--r-- | meta/recipes-devtools/perl/perl-ptest.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 8dfc179abb..04406d5744 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc | |||
@@ -20,7 +20,9 @@ do_install_ptest () { | |||
20 | -e "s,${STAGING_BINDIR_NATIVE}/perl-native/,${bindir}/,g" \ | 20 | -e "s,${STAGING_BINDIR_NATIVE}/perl-native/,${bindir}/,g" \ |
21 | -e "s,${STAGING_BINDIR_NATIVE}/,,g" \ | 21 | -e "s,${STAGING_BINDIR_NATIVE}/,,g" \ |
22 | -e "s,${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX},${bindir},g" \ | 22 | -e "s,${STAGING_BINDIR_TOOLCHAIN}/${TARGET_PREFIX},${bindir},g" \ |
23 | ${D}${PTEST_PATH}/lib/Config.pm | 23 | ${D}${PTEST_PATH}/lib/Config.pm \ |
24 | ${D}${PTEST_PATH}/cpan/podlators/scripts/pod2man \ | ||
25 | ${D}${PTEST_PATH}/cpan/podlators/scripts/pod2text | ||
24 | 26 | ||
25 | ln -sf ${bindir}/perl ${D}${PTEST_PATH}/t/perl | 27 | ln -sf ${bindir}/perl ${D}${PTEST_PATH}/t/perl |
26 | # Remove plan9 related stuff | 28 | # Remove plan9 related stuff |