diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-11 14:11:12 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-11 14:11:12 +0000 |
commit | b043fd916d4e8ab4a823b0ebd4eb5ab336ff2baf (patch) | |
tree | d5a17c1b511361ebc574607e71e4eee5200edd37 /recipes/freesmartphone/fso-term_git.bb | |
parent | 24f65d8096e185714b50b1e0bef084ea8cc8392d (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/fso-term_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-term_git.bb | 4 |
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}" |