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/freesmartphone/fso-term_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/freesmartphone') diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/fso-term_git.bb index e3f674d7cb..acb20cdb05 100644 --- a/recipes/freesmartphone/fso-term_git.bb +++ b/recipes/freesmartphone/fso-term_git.bb @@ -12,6 +12,10 @@ SRC_URI = "\ " S = "${WORKDIR}/git" +do_stage() { + : +} + inherit autotools vala FILES_${PN} += "${datadir}" -- cgit v1.2.3