[oe-commits] Martin Jansa : fsogsmd: add fsogsmd.conf files to CONFFILES

git version control git at git.openembedded.org
Wed Apr 28 14:51:11 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Apr 28 15:29:05 2010 +0200

fsogsmd: add fsogsmd.conf files to CONFFILES

* deep sleep and echo option will be changed on many target devices
* can be removed as soon as there is two step lookup in fsobasics

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

---

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

diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb
index 2797746..e2cbd53 100644
--- a/recipes/freesmartphone/fsogsmd_git.bb
+++ b/recipes/freesmartphone/fsogsmd_git.bb
@@ -1,7 +1,7 @@
 require cornucopia.inc
 inherit fso-plugin
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 PV = "0.5.0+gitr${SRCPV}"
 PE = "1"
 
@@ -11,3 +11,9 @@ EXTRA_OECONF_append = "\
   --enable-libgsm0710mux \
   --enable-modem-qualcomm-palm \
 "
+
+CONFFILES_${PN} = "${sysconfdir}/freesmartphone/conf/openmoko_gta/fsogsmd.conf \
+                   ${sysconfdir}/freesmartphone/conf/palm_pre/fsogsmd.conf \
+                   ${sysconfdir}/freesmartphone/conf/htc_qualcomm_dream/fsogsmd.conf \
+                   ${sysconfdir}/freesmartphone/conf/htc_qualcomm_msm/fsogsmd.conf \
+                  "





More information about the Openembedded-commits mailing list