From b043fd916d4e8ab4a823b0ebd4eb5ab336ff2baf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Nov 2009 14:11:12 +0000 Subject: recipes: Fix recipes using do_stage_append or do_stage_prepend directly against base.bbclass Signed-off-by: Richard Purdie --- recipes/perl/libmodule-build-perl_0.2805.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/perl/libmodule-build-perl_0.2805.bb') diff --git a/recipes/perl/libmodule-build-perl_0.2805.bb b/recipes/perl/libmodule-build-perl_0.2805.bb index 8a7ce9fa04..b7819fdebc 100644 --- a/recipes/perl/libmodule-build-perl_0.2805.bb +++ b/recipes/perl/libmodule-build-perl_0.2805.bb @@ -12,4 +12,8 @@ PR = "r5" S = "${WORKDIR}/Module-Build-${PV}" +do_stage() { + : +} + inherit cpan_build -- cgit 1.2.3-korg