From: Klaus Kurzmann Date: Sun, 13 Dec 2009 12:24:33 +0000 (+0100) Subject: phoneuid: set CONFFILES to protect config on updates X-Git-Tag: Release-2010-05/1~1297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcb6929125fdc4e1bd31aa198897cd50ca41ae9c;p=openembedded.git phoneuid: set CONFFILES to protect config on updates Signed-off-by: Klaus Kurzmann --- 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" +