aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/msmcommd_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-05 08:22:54 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-03-05 08:22:54 +0100
commit1b059c506195656ad96ac4401b1e5fb710c3a38f (patch)
treef1eda935e018104f87433055ba97d361a57c22aa /recipes/freesmartphone/msmcommd_git.bb
parent4c2a2a7af095761bb214f1fee46bb2a852e9f776 (diff)
downloadopenembedded-1b059c506195656ad96ac4401b1e5fb710c3a38f.tar.gz
msmcommd: catch up with upstream changes
Diffstat (limited to 'recipes/freesmartphone/msmcommd_git.bb')
-rw-r--r--recipes/freesmartphone/msmcommd_git.bb11
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index 15a342273e..a9676c4870 100644
--- a/recipes/freesmartphone/msmcommd_git.bb
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -7,6 +7,13 @@ PV = "0.1.0+gitr${SRCREV}"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/msmcomm.git;protocol=git;branch=master"
-S = "${WORKDIR}/git/msmcommd"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage vala
+
+PARALLEL_MAKE = ""
+
+PACKAGES =+ "${PN}-lib ${PN}-term"
+FILES_${PN}-lib = "${libdir}/lib*.so.*"
+FILES_${PN}-term = "${sbindir}/msmvterm"
-inherit autotools