[oe-commits] : frameworkd_git.bb: Add frameworkd.conf to CONFFILES so opkg doesn' t blindly

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Aug 3 13:54:50 UTC 2008


Module: OE.dev
Branch: master
Commit: e137d1f063227603d2a98fa6454ae84bb65ca616
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=e137d1f063227603d2a98fa6454ae84bb65ca616

Author:  <daniel at openembedded.org>
Date:   Sun Aug  3 13:46:53 2008 +0000

frameworkd_git.bb: Add frameworkd.conf to CONFFILES so opkg doesn't blindly
overwrite it.

---

 packages/freesmartphone/frameworkd_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb
index c3a3735..0f364c0 100644
--- a/packages/freesmartphone/frameworkd_git.bb
+++ b/packages/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.2+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 inherit distutils update-rc.d
 
@@ -42,6 +42,7 @@ PACKAGES =+ "${PN}-config"
 
 PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
 FILES_${PN}-config = "${sysconfdir}/frameworkd.conf"
+CONFFILES_${PN}-config = "${sysconfdir}/frameworkd.conf"
 
 PACKAGE_ARCH_${PN} = "${BASE_PACKAGE_ARCH}"
 FILES_${PN} += "${sysconfdir}/dbus-1 ${sysconfdir}/freesmartphone ${sysconfdir}/init.d ${datadir}"





More information about the Openembedded-commits mailing list