From bb59eb410c716057190fb0d115ef85b2c12e6518 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Thu, 8 Oct 2015 16:23:35 +0200 Subject: perl: Remove errornous extra path-specs for Module::Build based modules This patch removes errornous extra path-specs from cpan_build.bbclass because corrected path specs at build time are enough. * fixes wrong path used when building using Module::Build toolchain Signed-off-by: Jens Rehsack Signed-off-by: Ross Burton --- meta/classes/cpan_build.bbclass | 10 ++-------- 1 file 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 () { . ${STAGING_LIBDIR}/perl/config.sh fi - perl Build.PL --installdirs vendor \ - --destdir ${D} \ - --install_path arch="${libdir}/perl" \ - --install_path script=${bindir} \ - --install_path bin=${bindir} \ - --install_path bindoc=${mandir}/man1 \ - --install_path libdoc=${mandir}/man3 \ - ${EXTRA_CPAN_BUILD_FLAGS} + perl Build.PL --installdirs vendor --destdir ${D} \ + ${EXTRA_CPAN_BUILD_FLAGS} # Build.PLs can exit with success without generating a # Build, e.g. in cases of missing configure time -- cgit 1.2.3-korg