From 0450653a9e28a36421f17935e6616ae40cb10daa Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 11 Jan 2010 16:21:09 +0100 Subject: 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 --- recipes/freesmartphone/fsotdld_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/freesmartphone/fsotdld_git.bb') 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" -- cgit v1.2.3