aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/msmcommd_git.bb
diff options
context:
space:
mode:
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