diff options
Diffstat (limited to 'recipes/freesmartphone/fso-alsa_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-alsa_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fso-alsa_git.bb b/recipes/freesmartphone/fso-alsa_git.bb index b83613e7f0..8f5e173bdd 100644 --- a/recipes/freesmartphone/fso-alsa_git.bb +++ b/recipes/freesmartphone/fso-alsa_git.bb @@ -11,4 +11,8 @@ PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" S = "${WORKDIR}/git/tools/fso-alsa" -inherit autotools vala +do_stage() { + : +} + +inherit autotools_stage vala |