diff options
Diffstat (limited to 'recipes/freesmartphone/msmcommd_git.bb')
-rw-r--r-- | recipes/freesmartphone/msmcommd_git.bb | 5 |
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" - |