diff options
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb b/meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb index 204238333..d023c5de7 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Machine specific gpsd config" | 1 | SUMMARY = "Machine specific gpsd config" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD;md5=3775480a712fc46a69647678acb234cb" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD;md5=3775480a712fc46a69647678acb234cb" |
4 | 4 | ||
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb index 12541ccfa..e78f80eac 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" | 1 | SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices" |
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800" |
@@ -108,28 +108,28 @@ FILES_python-pygps-dbg += " ${libdir}/python*/site-packages/gps/.debug" | |||
108 | RDEPENDS_${PN} = "gpsd-gpsctl" | 108 | RDEPENDS_${PN} = "gpsd-gpsctl" |
109 | RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" | 109 | RRECOMMENDS_${PN} = "gpsd-conf gpsd-udev gpsd-machine-conf" |
110 | 110 | ||
111 | DESCRIPTION_gpsd-udev = "udev relevant files to use gpsd hotplugging" | 111 | SUMMARY_gpsd-udev = "udev relevant files to use gpsd hotplugging" |
112 | FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" | 112 | FILES_gpsd-udev = "${base_libdir}/udev ${sysconfdir}/udev/*" |
113 | RDEPENDS_gpsd-udev += "udev gpsd-conf" | 113 | RDEPENDS_gpsd-udev += "udev gpsd-conf" |
114 | 114 | ||
115 | DESCRIPTION_libgpsd = "C service library used for communicating with gpsd" | 115 | SUMMARY_libgpsd = "C service library used for communicating with gpsd" |
116 | FILES_libgpsd = "${libdir}/libgpsd.so.*" | 116 | FILES_libgpsd = "${libdir}/libgpsd.so.*" |
117 | 117 | ||
118 | DESCRIPTION_libgps = "C service library used for communicating with gpsd" | 118 | SUMMARY_libgps = "C service library used for communicating with gpsd" |
119 | FILES_libgps = "${libdir}/libgps.so.*" | 119 | FILES_libgps = "${libdir}/libgps.so.*" |
120 | 120 | ||
121 | DESCRIPTION_gpsd-conf = "gpsd configuration files and init scripts" | 121 | SUMMARY_gpsd-conf = "gpsd configuration files and init scripts" |
122 | FILES_gpsd-conf = "${sysconfdir}" | 122 | FILES_gpsd-conf = "${sysconfdir}" |
123 | CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default" | 123 | CONFFILES_gpsd-conf = "${sysconfdir}/default/gpsd.default" |
124 | 124 | ||
125 | DESCRIPTION_gpsd-gpsctl = "Tool for tweaking GPS modes" | 125 | SUMMARY_gpsd-gpsctl = "Tool for tweaking GPS modes" |
126 | FILES_gpsd-gpsctl = "${bindir}/gpsctl" | 126 | FILES_gpsd-gpsctl = "${bindir}/gpsctl" |
127 | 127 | ||
128 | DESCRIPTION_gps-utils = "Utils used for simulating, monitoring,... a GPS" | 128 | SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS" |
129 | FILES_gps-utils = "${bindir}/*" | 129 | FILES_gps-utils = "${bindir}/*" |
130 | RDEPENDS_gps-utils = "python-pygps" | 130 | RDEPENDS_gps-utils = "python-pygps" |
131 | 131 | ||
132 | DESCRIPTION_python-pygps = "Python bindings to gpsd" | 132 | SUMMARY_python-pygps = "Python bindings to gpsd" |
133 | FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*" | 133 | FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*" |
134 | RDEPENDS_python-pygps = "python-core python-curses gpsd python-json" | 134 | RDEPENDS_python-pygps = "python-core python-curses gpsd python-json" |
135 | 135 | ||