diff options
| author | Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> | 2014-02-19 15:47:36 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:20:02 +0100 |
| commit | c95e155780a0cf3a8fb59a2f86db6367d18116fc (patch) | |
| tree | 959415e6ec633be9f798ac35a1be7b9d67aded5a /meta-oe/recipes-navigation/gpsd | |
| parent | a7ee4f3b00870b4a7c7bd5caada6df00089973c8 (diff) | |
| download | meta-openembedded-c95e155780a0cf3a8fb59a2f86db6367d18116fc.tar.gz | |
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes:
- rename SUMMARY with length > 80 to DESCRIPTION
- rename DESCRIPTION with length < 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line
Note: don't bump PR
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 2042383331..d023c5de72 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 12541ccfa3..e78f80eac7 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 | ||
