From: Michael 'Mickey' Lauer Date: Sun, 31 Jan 2010 16:13:06 +0000 (+0100) Subject: fsodeviced: ship new machine configuration files X-Git-Tag: Release-2010-05/1~640 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888f6f5317f09f3d0a185a93433f803fa984d3f0;p=openembedded.git fsodeviced: ship new machine configuration files --- diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index 37f1c35d0c..ed9308e918 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -27,5 +27,12 @@ do_install_append() { install -m 0644 ${WORKDIR}/fsodeviced.conf ${D}${sysconfdir}/freesmartphone/ } -FILES_${PN} += "${sysconfdir}/init.d/fsodeviced ${sysconfdir}/freesmartphone/fsodeviced.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsodeviced.conf" +FILES_${PN} += "\ + ${sysconfdir}/init.d/fsodeviced \ + ${sysconfdir}/freesmartphone \ +" + +CONFFILES_${PN} += "\ + ${sysconfdir}/freesmartphone/fsodeviced.conf \ +" +