diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-25 20:43:24 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-25 20:44:54 +0200 |
commit | a38e7ff2810e55455c7ff7b01d4882344b420e18 (patch) | |
tree | afbe89f6c7c2cc7fa1a62701bf358a298673b137 /recipes/freesmartphone/fso-alsa_git.bb | |
parent | 0df02afa19c2f06e044a1be070969803fbcd925f (diff) |
vala.bbclass and assorted recipes: create own task for installing .vapi and .deps instead of using do_stage()
This allows to move most FSO packages to new staging
Diffstat (limited to 'recipes/freesmartphone/fso-alsa_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-alsa_git.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/freesmartphone/fso-alsa_git.bb b/recipes/freesmartphone/fso-alsa_git.bb index 8f5e173bdd..b83613e7f0 100644 --- a/recipes/freesmartphone/fso-alsa_git.bb +++ b/recipes/freesmartphone/fso-alsa_git.bb @@ -11,8 +11,4 @@ PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" S = "${WORKDIR}/git/tools/fso-alsa" -do_stage() { - : -} - -inherit autotools_stage vala +inherit autotools vala |