diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/cpan_build.bbclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass index 63e716c099..4aff7c8047 100644 --- a/meta/classes/cpan_build.bbclass +++ b/meta/classes/cpan_build.bbclass | |||
@@ -3,8 +3,6 @@ | |||
3 | # | 3 | # |
4 | inherit cpan-base | 4 | inherit cpan-base |
5 | 5 | ||
6 | INHIBIT_NATIVE_STAGE_INSTALL = "1" | ||
7 | |||
8 | # | 6 | # |
9 | # We also need to have built libmodule-build-perl-native for | 7 | # We also need to have built libmodule-build-perl-native for |
10 | # everything except libmodule-build-perl-native itself (which uses | 8 | # everything except libmodule-build-perl-native itself (which uses |
@@ -61,7 +59,7 @@ cpan_build_do_install () { | |||
61 | fi | 59 | fi |
62 | } | 60 | } |
63 | 61 | ||
64 | do_stage_append () { | 62 | do_stage () { |
65 | if [ ${@is_target(d)} == "no" ]; then | 63 | if [ ${@is_target(d)} == "no" ]; then |
66 | perl Build install | 64 | perl Build install |
67 | fi | 65 | fi |