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/fsotdld_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/fsotdld_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsotdld_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb index 14659bdeff..e6b64c312e 100644 --- a/recipes/freesmartphone/fsotdld_git.bb +++ b/recipes/freesmartphone/fsotdld_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 += "libfsotransport libfsoresource" @@ -13,3 +13,4 @@ do_install_append() { } FILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf" +CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf" |