phonefsod: set CONFFILES to protect the config on updates
authorKlaus Kurzmann <mok@fluxnetz.de>
Sun, 13 Dec 2009 12:23:19 +0000 (13:23 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Sun, 13 Dec 2009 12:23:19 +0000 (13:23 +0100)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/shr/phonefsod_git.bb

index 8631efc..06e6999 100644 (file)
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 SECTION = "x11/applications"
 DEPENDS += " dbus-glib libframeworkd-glib sqlite3 shr-specs"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "git://git.shr-project.org/repo/phonefsod.git;protocol=http;branch=master"
 S = "${WORKDIR}/git"
@@ -18,5 +18,6 @@ EXTRA_OECONF = "\
        SPECS_PATH=${STAGING_DATADIR}/shr-specs \
 "
 
+CONFFILES_${PN} = "${sysconfdir}/phonefsod.conf"