diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-11 16:21:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-11 16:55:01 +0100 |
commit | 0450653a9e28a36421f17935e6616ae40cb10daa (patch) | |
tree | e75688dd9bab732028060a79a0c73ad379a65400 /recipes/freesmartphone/fsousaged_git.bb | |
parent | 8f58eb85cda95f96db4a3e8b2f0ba5830430182f (diff) |
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/fsousaged_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsousaged_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsousaged_git.bb b/recipes/freesmartphone/fsousaged_git.bb index 0157df5b77..649b9e44a8 100644 --- a/recipes/freesmartphone/fsousaged_git.bb +++ b/recipes/freesmartphone/fsousaged_git.bb @@ -1,7 +1,7 @@ require cornucopia.inc inherit fso-plugin PV = "0.9.0.1+gitr${SRCREV}" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI += "file://fsousaged.conf" @@ -11,3 +11,4 @@ do_install_append() { } FILES_${PN} += "${sysconfdir}/freesmartphone/fsousaged.conf" +CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsousaged.conf" |