diff options
-rw-r--r-- | meta/classes/cpan_build.bbclass | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass index 365374894f..fac074d610 100644 --- a/meta/classes/cpan_build.bbclass +++ b/meta/classes/cpan_build.bbclass | |||
@@ -17,14 +17,8 @@ cpan_build_do_configure () { | |||
17 | . ${STAGING_LIBDIR}/perl/config.sh | 17 | . ${STAGING_LIBDIR}/perl/config.sh |
18 | fi | 18 | fi |
19 | 19 | ||
20 | perl Build.PL --installdirs vendor \ | 20 | perl Build.PL --installdirs vendor --destdir ${D} \ |
21 | --destdir ${D} \ | 21 | ${EXTRA_CPAN_BUILD_FLAGS} |
22 | --install_path arch="${libdir}/perl" \ | ||
23 | --install_path script=${bindir} \ | ||
24 | --install_path bin=${bindir} \ | ||
25 | --install_path bindoc=${mandir}/man1 \ | ||
26 | --install_path libdoc=${mandir}/man3 \ | ||
27 | ${EXTRA_CPAN_BUILD_FLAGS} | ||
28 | 22 | ||
29 | # Build.PLs can exit with success without generating a | 23 | # Build.PLs can exit with success without generating a |
30 | # Build, e.g. in cases of missing configure time | 24 | # Build, e.g. in cases of missing configure time |