aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/msmcommd_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-25 20:43:24 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-25 20:44:54 +0200
commita38e7ff2810e55455c7ff7b01d4882344b420e18 (patch)
treeafbe89f6c7c2cc7fa1a62701bf358a298673b137 /recipes/freesmartphone/msmcommd_git.bb
parent0df02afa19c2f06e044a1be070969803fbcd925f (diff)
downloadopenembedded-a38e7ff2810e55455c7ff7b01d4882344b420e18.tar.gz
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/msmcommd_git.bb')
-rw-r--r--recipes/freesmartphone/msmcommd_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index 7177e50fc1..5330792d54 100644
--- a/recipes/freesmartphone/msmcommd_git.bb
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -12,11 +12,8 @@ PE = "1"
SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
-inherit autotools_stage vala
-
-PARALLEL_MAKE = ""
+inherit autotools vala
PACKAGES =+ "${PN}-lib ${PN}-term"
FILES_${PN}-lib = "${libdir}/lib*.so.*"
FILES_${PN}-term = "${sbindir}/msmvterm"
-