From fcb6929125fdc4e1bd31aa198897cd50ca41ae9c Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Sun, 13 Dec 2009 13:24:33 +0100 Subject: phoneuid: set CONFFILES to protect config on updates Signed-off-by: Klaus Kurzmann --- recipes/shr/phoneuid_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/shr') diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb index 32ad61d765..64c1176379 100644 --- a/recipes/shr/phoneuid_git.bb +++ b/recipes/shr/phoneuid_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" SECTION = "x11/applications" DEPENDS += " dbus-glib libframeworkd-glib libphone-ui sqlite3 shr-specs" PV = "0.0.0+gitr${SRCREV}" -PR = "r3" +PR = "r4" SRC_URI = "git://git.shr-project.org/repo/phoneuid.git;protocol=http;branch=master" S = "${WORKDIR}/git" @@ -18,3 +18,5 @@ EXTRA_OECONF = "\ FILES_${PN} += "${datadir}" +CONFFILES_${PN} = "${sysconfdir}/phoneuid.conf" + -- cgit 1.2.3-korg