aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libhtml-mason-perl_1.35.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-11 14:11:12 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-11 14:11:12 +0000
commitb043fd916d4e8ab4a823b0ebd4eb5ab336ff2baf (patch)
treed5a17c1b511361ebc574607e71e4eee5200edd37 /recipes/perl/libhtml-mason-perl_1.35.bb
parent24f65d8096e185714b50b1e0bef084ea8cc8392d (diff)
downloadopenembedded-b043fd916d4e8ab4a823b0ebd4eb5ab336ff2baf.tar.gz
recipes: Fix recipes using do_stage_append or do_stage_prepend directly against base.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/perl/libhtml-mason-perl_1.35.bb')
-rw-r--r--recipes/perl/libhtml-mason-perl_1.35.bb4
1 files changed, 4 insertions, 0 deletions
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 () {