diff options
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}" |