From: Michael 'Mickey' Lauer Date: Fri, 5 Mar 2010 07:22:54 +0000 (+0100) Subject: msmcommd: catch up with upstream changes X-Git-Tag: Release-2010-05/1~484 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b059c506195656ad96ac4401b1e5fb710c3a38f;p=openembedded.git msmcommd: catch up with upstream changes --- 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