aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fsodatad_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-01-11 16:21:09 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-01-11 16:55:01 +0100
commit0450653a9e28a36421f17935e6616ae40cb10daa (patch)
treee75688dd9bab732028060a79a0c73ad379a65400 /recipes/freesmartphone/fsodatad_git.bb
parent8f58eb85cda95f96db4a3e8b2f0ba5830430182f (diff)
downloadopenembedded-0450653a9e28a36421f17935e6616ae40cb10daa.tar.gz
fso: add .conf files to CONFFILES, remove .service file for fsogsmd for SHR
* fsogsmd is installed in SHR images only for testing purposes, but .service file makes dbus trying to autostart it, which conflicts with ogsmd running by default from frameworkd. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/fsodatad_git.bb')
-rw-r--r--recipes/freesmartphone/fsodatad_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb
index c2933ed4da..95f50ee5da 100644
--- a/recipes/freesmartphone/fsodatad_git.bb
+++ b/recipes/freesmartphone/fsodatad_git.bb
@@ -1,6 +1,6 @@
require cornucopia.inc
inherit fso-plugin
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
PV = "0.0.0+gitr${SRCREV}"
DEPENDS += "libxml2 mobile-broadband-provider-info"
@@ -13,3 +13,4 @@ do_install_append() {
}
FILES_${PN} += "${sysconfdir}/freesmartphone/fsodatad.conf"
+CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsodatad.conf"