aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-06-21 08:50:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-06-27 18:52:23 +0200
commitcb092cc4ea867cc7cccba59eabcdcea9e5d895b2 (patch)
tree60c91439ed25693e5fbd3c04f387975221b68137 /meta-oe/recipes-navigation
parent2e5684a3c396170951c265726464f81faeaffac5 (diff)
downloadmeta-openembedded-contrib-cb092cc4ea867cc7cccba59eabcdcea9e5d895b2.tar.gz
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@selfish.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb3
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 99f019bd2e..b0d5a799aa 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"