[oe-commits] Michael 'Mickey' Lauer : msmcommd: catch up with upstream changes

git version control git at git.openembedded.org
Fri Mar 5 09:39:43 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 1b059c506195656ad96ac4401b1e5fb710c3a38f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b059c506195656ad96ac4401b1e5fb710c3a38f

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Mar  5 08:22:54 2010 +0100

msmcommd: catch up with upstream changes

---

 recipes/freesmartphone/msmcommd_git.bb |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index 15a3422..a9676c4 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





More information about the Openembedded-commits mailing list