diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-31 17:13:06 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-01-31 17:13:38 +0100 |
commit | 888f6f5317f09f3d0a185a93433f803fa984d3f0 (patch) | |
tree | b1b2ad067b0e2c8544dda3379edfd8de0b64f75d /recipes/freesmartphone | |
parent | 549ad299bc46060bffeaa4fc9835195bae9a57c4 (diff) |
fsodeviced: ship new machine configuration files
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 \ +" + |