diff options
author | Sebastian Krzyszkowiak <seba.dos1@gmail.com> | 2010-05-01 23:03:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-02 08:22:07 +0200 |
commit | cf2c77ccdd943fc656f458daab4497d021ca4abf (patch) | |
tree | 0a2cb0da3ee2ab1c0da5ade027bbf1545d9c36c9 | |
parent | bbea152f1d8702c39003263a0102af9f3a28a034 (diff) |
fsodeviced: make fsodeviced.conf files CONFFILES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | 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 1e1f73e710..e7ea1c0a6a 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/ |