aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-13 13:24:33 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-13 13:24:33 +0100
commitfcb6929125fdc4e1bd31aa198897cd50ca41ae9c (patch)
tree8d3c0f3cc825fafe02fecaa4fcfe5aa26dc8e2ac /recipes/shr
parent0ffea5b8107b04a96eacab7986c8d7d575f51f06 (diff)
downloadopenembedded-fcb6929125fdc4e1bd31aa198897cd50ca41ae9c.tar.gz
phoneuid: set CONFFILES to protect config on updates
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/phoneuid_git.bb4
1 files changed, 3 insertions, 1 deletions
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"
+