gpsd: Mark the /etc/default/gpsd as a CONFFILE

This commit is contained in:
Holger Hans Peter Freyther 2013-06-20 20:37:31 +02:00
parent 6453080cef
commit 6e7383839c
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PROVIDES = "virtual/gpsd"
EXTRANATIVEPATH += "chrpath-native"
PR = "r3.7"
PR = "r3.8"
SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \
@ -135,6 +135,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"