From f4b9a60d4df924a24e1e6efe938eb2ddf4692c2f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Mar 2008 16:17:31 +0000 Subject: Reverse accidental changes in dc0f5b4ef4b836d72bf43dffa503ab86e6f7de54 --- classes/cpan.bbclass | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'classes/cpan.bbclass') diff --git a/classes/cpan.bbclass b/classes/cpan.bbclass index 506d4c4c81..5a0b4a5c92 100644 --- a/classes/cpan.bbclass +++ b/classes/cpan.bbclass @@ -50,16 +50,7 @@ cpan_do_compile () { } cpan_do_install () { - if [ ${@is_target(d)} == "yes" ]; then - oe_runmake install_vendor - fi -} - -cpan_do_stage () { - if [ ${@is_target(d)} == "no" ]; then - oe_runmake install_vendor - fi + oe_runmake install_vendor } - -EXPORT_FUNCTIONS do_configure do_compile do_install do_stage +EXPORT_FUNCTIONS do_configure do_compile do_install -- cgit 1.2.3-korg