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>
This commit is contained in:
Richard Purdie 2009-06-11 14:41:50 +01:00
parent 83d4a2bb48
commit f80563c9cf
1 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@
#
inherit cpan-base
INHIBIT_NATIVE_STAGE_INSTALL = "1"
#
# We also need to have built libmodule-build-perl-native for
# everything except libmodule-build-perl-native itself (which uses
@ -61,7 +59,7 @@ cpan_build_do_install () {
fi
}
do_stage_append () {
do_stage () {
if [ ${@is_target(d)} == "no" ]; then
perl Build install
fi