summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone
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/freesmartphone
parent24f65d8096e185714b50b1e0bef084ea8cc8392d (diff)
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/freesmartphone')
-rw-r--r--recipes/freesmartphone/fso-term_git.bb4
1 files changed, 4 insertions, 0 deletions
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}"