[oe-commits] Sebastian Krzyszkowiak : fsodeviced: make fsodeviced.conf files CONFFILES

git version control git at git.openembedded.org
Sun May 2 06:22:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cf2c77ccdd943fc656f458daab4497d021ca4abf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cf2c77ccdd943fc656f458daab4497d021ca4abf

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sat May  1 23:03:14 2010 +0200

fsodeviced: make fsodeviced.conf files CONFFILES

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/freesmartphone/fsodeviced_git.bb |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 1e1f73e..e7ea1c0 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -9,7 +9,7 @@ RPROVIDES_${PN} = "openmoko-alsa-scenarios virtual/alsa-scenarios"
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
 PV = "0.9.0+gitr${SRCPV}"
 PE = "2"
-PR = "${INC_PR}.11"
+PR = "${INC_PR}.12"
 
 EXTRA_OECONF = "\
   --enable-kernel26-rfkill \
@@ -23,6 +23,12 @@ INITSCRIPT_PARAMS = "defaults 27"
 
 SRC_URI += "file://fsodeviced"
 
+CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsodeviced.conf \
+                   ${sysconfdir}/freesmartphone/conf/palm_pre/fsodeviced.conf \
+                   ${sysconfdir}/freesmartphone/conf/htc_qualcomm_dream/fsodeviced.conf \
+                   ${sysconfdir}/freesmartphone/conf/htc_qualcomm_msm/fsodeviced.conf \
+                  "
+
 do_install_append() {
 	install -d ${D}${sysconfdir}/init.d/
 	install -m 0755 ${WORKDIR}/fsodeviced ${D}${sysconfdir}/init.d/





More information about the Openembedded-commits mailing list