diff options
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 11 |
1 files changed, 9 insertions, 2 deletions
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 \ +" + |