summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
8EXTRANATIVEPATH += "chrpath-native" 8EXTRANATIVEPATH += "chrpath-native"
9 9
10PR = "r6" 10PR = "r7"
11 11
12SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ 12SRC_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
117DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts" 117DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts"
118FILES_gpsd-conf = "${sysconfdir}" 118FILES_gpsd-conf = "${sysconfdir}"
119CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default"
119 120
120DESCRIPTION_gpsd-gpsctl = "Tool for tweaking GPS modes" 121DESCRIPTION_gpsd-gpsctl = "Tool for tweaking GPS modes"
121FILES_gpsd-gpsctl = "${bindir}/gpsctl" 122FILES_gpsd-gpsctl = "${bindir}/gpsctl"