[oe-commits] Holger Hans Peter Freyther : gpsd: Mark the configuration file as a CONFFILES

git at git.openembedded.org git at git.openembedded.org
Thu Jun 27 16:48:20 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: cb092cc4ea867cc7cccba59eabcdcea9e5d895b2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cb092cc4ea867cc7cccba59eabcdcea9e5d895b2

Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Fri Jun 21 08:50:54 2013 +0000

gpsd: Mark the configuration file as a CONFFILES

Mark the file in /etc/default/gpsd as a CONFFILES of the gpsd-conf
package.

Signed-off-by: Holger Hans Peter Freyther <zecke at selfish.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb
index 99f019b..b0d5a79 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb
@@ -7,7 +7,7 @@ PROVIDES = "virtual/gpsd"
 
 EXTRANATIVEPATH += "chrpath-native"
 
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
     file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \
@@ -116,6 +116,7 @@ FILES_libgps = "${libdir}/libgps.so.*"
 
 DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts"
 FILES_gpsd-conf = "${sysconfdir}"
+CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default"
 
 DESCRIPTION_gpsd-gpsctl = "Tool for tweaking GPS modes"
 FILES_gpsd-gpsctl = "${bindir}/gpsctl"



More information about the Openembedded-commits mailing list