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

git version control git at git.openembedded.org
Sun Dec 13 12:27:04 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: fcb6929125fdc4e1bd31aa198897cd50ca41ae9c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fcb6929125fdc4e1bd31aa198897cd50ca41ae9c

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

phoneuid: set CONFFILES to protect config on updates

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

---

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

diff --git a/recipes/shr/phoneuid_git.bb b/recipes/shr/phoneuid_git.bb
index 32ad61d..64c1176 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"
+





More information about the Openembedded-commits mailing list