diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-05 08:22:54 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-05 08:22:54 +0100 |
commit | 1b059c506195656ad96ac4401b1e5fb710c3a38f (patch) | |
tree | f1eda935e018104f87433055ba97d361a57c22aa /recipes/freesmartphone | |
parent | 4c2a2a7af095761bb214f1fee46bb2a852e9f776 (diff) |
msmcommd: catch up with upstream changes
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | 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 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 |