From 1b059c506195656ad96ac4401b1e5fb710c3a38f Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 5 Mar 2010 08:22:54 +0100 Subject: [PATCH] msmcommd: catch up with upstream changes --- recipes/freesmartphone/msmcommd_git.bb | 11 +++++++++-- 1 file 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 -- 2.39.5