[oe-commits] Michael 'Mickey' Lauer : fsodeviced: ship new machine configuration files

git version control git at git.openembedded.org
Sun Jan 31 20:09:42 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 888f6f5317f09f3d0a185a93433f803fa984d3f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=888f6f5317f09f3d0a185a93433f803fa984d3f0

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jan 31 17:13:06 2010 +0100

fsodeviced: ship new machine configuration files

---

 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 37f1c35..ed9308e 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 \
+"
+





More information about the Openembedded-commits mailing list