[oe-commits] Simon Busch : msmcommd: add missing dbus service file to package

git version control git at git.openembedded.org
Tue Jan 4 10:48:40 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d85bd165147c3e3c8895b538d9ed978110e93920
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d85bd165147c3e3c8895b538d9ed978110e93920

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Nov 30 18:51:40 2010 +0100

msmcommd: add missing dbus service file to package

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/freesmartphone/msmcommd_git.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index abe98f8..00aa568 100644
--- a/recipes/freesmartphone/msmcommd_git.bb
+++ b/recipes/freesmartphone/msmcommd_git.bb
@@ -1,6 +1,6 @@
 require msmcomm.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 PV = "0.5.0+gitr${SRCPV}"
 
 DEPENDS = " \
@@ -19,3 +19,8 @@ S = "${WORKDIR}/git/msmcommd"
 
 inherit autotools vala
 
+FILES_${PN} += "\
+  ${sysconfdir} \
+  ${datadir}/dbus-1 \
+"
+





More information about the Openembedded-commits mailing list