From: Simon Busch Date: Tue, 30 Nov 2010 17:51:40 +0000 (+0100) Subject: msmcommd: add missing dbus service file to package X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85bd165147c3e3c8895b538d9ed978110e93920;p=openembedded.git msmcommd: add missing dbus service file to package Signed-off-by: Simon Busch --- 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 \ +" +