diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-09-04 10:30:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-04 07:27:06 -0700 |
commit | 4a031cf2af144a4c8f4f593a5d0169f4ab825366 (patch) | |
tree | e83b8b8c152ba29aa7f39f2c8516890701396e5a /meta-oe/recipes-navigation | |
parent | ab3072ee4cf555eb5eb8b6200fd0ffb3eab3f947 (diff) | |
download | meta-openembedded-4a031cf2af144a4c8f4f593a5d0169f4ab825366.tar.gz |
gpsd: gpscat no longer uses python-curses in 3.19
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb index 7b7f335203..a28d59dce1 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | |||
@@ -124,7 +124,6 @@ RDEPENDS_python-pygps = " \ | |||
124 | python-io \ | 124 | python-io \ |
125 | python-threading \ | 125 | python-threading \ |
126 | python-terminal \ | 126 | python-terminal \ |
127 | python-curses \ | ||
128 | gpsd \ | 127 | gpsd \ |
129 | python-json" | 128 | python-json" |
130 | 129 | ||