aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-13 13:23:19 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-13 13:23:19 +0100
commit0ffea5b8107b04a96eacab7986c8d7d575f51f06 (patch)
tree5e3935bf0459294a90f20a17d6c8ba177ea0ce12 /recipes/shr
parentb76cf919e6a83d57e1b23b2e55824c9033511ad2 (diff)
downloadopenembedded-0ffea5b8107b04a96eacab7986c8d7d575f51f06.tar.gz
phonefsod: set CONFFILES to protect the config on updates
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/phonefsod_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 8631efce19..06e6999667 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -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"