aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2010-11-30 18:51:40 +0100
committerSimon Busch <morphis@gravedo.de>2011-01-04 11:41:33 +0100
commitd85bd165147c3e3c8895b538d9ed978110e93920 (patch)
treefa5d7d6f6804e7e06e2764ccf4a6dfedf4a16110
parent013ab198dc0c9d2db7c6b565deb7f146cb9f9e45 (diff)
downloadopenembedded-d85bd165147c3e3c8895b538d9ed978110e93920.tar.gz
msmcommd: add missing dbus service file to package
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/freesmartphone/msmcommd_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/freesmartphone/msmcommd_git.bb b/recipes/freesmartphone/msmcommd_git.bb
index abe98f8e78..00aa5681a6 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 \
+"
+