diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-11 14:41:50 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-11 14:41:50 +0100 |
commit | f80563c9cfec3d7c76be8ee889d311567251e44b (patch) | |
tree | a677fa1a90dcebed6fa6c92dfce34ff9d71337b7 | |
parent | 83d4a2bb48fb77da299cd69a200a2a176076459c (diff) | |
download | poky-f80563c9cfec3d7c76be8ee889d311567251e44b.tar.gz |
cpan_build.bbclass: Just write a do_stage function, INHIBIT_NATIVE_STAGE_INSTALL isn't particuarly useful
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-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 |