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/libhtml-mason-perl_1.35.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/perl/libhtml-mason-perl_1.35.bb') diff --git a/recipes/perl/libhtml-mason-perl_1.35.bb b/recipes/perl/libhtml-mason-perl_1.35.bb index 71e96005e8..dfc6f3cc87 100644 --- a/recipes/perl/libhtml-mason-perl_1.35.bb +++ b/recipes/perl/libhtml-mason-perl_1.35.bb @@ -16,6 +16,10 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/HTML-Mason-${PV}. S = "${WORKDIR}/HTML-Mason-${PV}" +do_stage() { + : +} + inherit cpan_build do_install_append () { -- cgit 1.2.3-korg