diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2026-06-10 18:39:38 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-12 07:29:02 -0700 |
| commit | b62f4643f1f2c63b22b6ed2fbcafb796ec3be8ba (patch) | |
| tree | bd070be32881618917dd740411b11a99b46d5e9a | |
| parent | 2c3c725a3bd3f3d211011d2c57b8b28978f7ddb6 (diff) | |
| download | meta-openembedded-b62f4643f1f2c63b22b6ed2fbcafb796ec3be8ba.tar.gz | |
gpsd: Add ncurses-terminfo to RRECOMMENDS
At least cgps needs the terminfo files to start. But other tools like
gpspipe work without it. Hence, only recommend it, but do not depend on it.
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.27.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.27.5.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.27.5.bb index f7ca367fa4..fa3df89b27 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.27.5.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.27.5.bb | |||
| @@ -126,7 +126,7 @@ FILES:gps-utils = "\ | |||
| 126 | ${bindir}/ntpshmmon \ | 126 | ${bindir}/ntpshmmon \ |
| 127 | ${bindir}/ppscheck \ | 127 | ${bindir}/ppscheck \ |
| 128 | " | 128 | " |
| 129 | RRECOMMENDS:gps-utils = "gps-utils-python" | 129 | RRECOMMENDS:gps-utils = "gps-utils-python ncurses-terminfo" |
| 130 | 130 | ||
| 131 | SUMMARY:gps-utils-python = "Python utils used for simulating, monitoring,... a GPS" | 131 | SUMMARY:gps-utils-python = "Python utils used for simulating, monitoring,... a GPS" |
| 132 | FILES:gps-utils-python = "\ | 132 | FILES:gps-utils-python = "\ |
