[oe-commits] Klaus Kurzmann : phonefsod: set CONFFILES to protect the config on updates

git version control git at git.openembedded.org
Sun Dec 13 12:24:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0ffea5b8107b04a96eacab7986c8d7d575f51f06
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ffea5b8107b04a96eacab7986c8d7d575f51f06

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Dec 13 13:23:19 2009 +0100

phonefsod: set CONFFILES to protect the config on updates

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/phonefsod_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index 8631efc..06e6999 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"
 
 





More information about the Openembedded-commits mailing list