diff options
Diffstat (limited to 'recipes/freesmartphone/mkdump_git.bb')
-rw-r--r-- | recipes/freesmartphone/mkdump_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/freesmartphone/mkdump_git.bb b/recipes/freesmartphone/mkdump_git.bb index b31f896a7d..4d7be38947 100644 --- a/recipes/freesmartphone/mkdump_git.bb +++ b/recipes/freesmartphone/mkdump_git.bb @@ -16,3 +16,8 @@ SRC_URI = "\ S = "${WORKDIR}/git/tools/mkdump" inherit autotools vala + +do_stage() { + : +} + |