From cf2c77ccdd943fc656f458daab4497d021ca4abf Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Sat, 1 May 2010 23:03:14 +0200 Subject: [PATCH] fsodeviced: make fsodeviced.conf files CONFFILES Signed-off-by: Martin Jansa --- recipes/freesmartphone/fsodeviced_git.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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/ -- 2.39.5