From d85bd165147c3e3c8895b538d9ed978110e93920 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Tue, 30 Nov 2010 18:51:40 +0100 Subject: msmcommd: add missing dbus service file to package Signed-off-by: Simon Busch --- recipes/freesmartphone/msmcommd_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 \ +" + -- cgit 1.2.3-korg