diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-06-21 08:50:54 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-27 18:52:23 +0200 |
commit | cb092cc4ea867cc7cccba59eabcdcea9e5d895b2 (patch) | |
tree | 60c91439ed25693e5fbd3c04f387975221b68137 | |
parent | 2e5684a3c396170951c265726464f81faeaffac5 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | 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 99f019bd2..b0d5a799a 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" | |||
7 | 7 | ||
8 | EXTRANATIVEPATH += "chrpath-native" | 8 | EXTRANATIVEPATH += "chrpath-native" |
9 | 9 | ||
10 | PR = "r6" | 10 | PR = "r7" |
11 | 11 | ||
12 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ | 12 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ |
13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ | 13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ |
@@ -116,6 +116,7 @@ FILES_libgps = "${libdir}/libgps.so.*" | |||
116 | 116 | ||
117 | DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts" | 117 | DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts" |
118 | FILES_gpsd-conf = "${sysconfdir}" | 118 | FILES_gpsd-conf = "${sysconfdir}" |
119 | CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default" | ||
119 | 120 | ||
120 | DESCRIPTION_gpsd-gpsctl = "Tool for tweaking GPS modes" | 121 | DESCRIPTION_gpsd-gpsctl = "Tool for tweaking GPS modes" |
121 | FILES_gpsd-gpsctl = "${bindir}/gpsctl" | 122 | FILES_gpsd-gpsctl = "${bindir}/gpsctl" |