aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2017-10-30 13:05:24 -0700
committerArmin Kuster <akuster808@gmail.com>2018-02-01 07:32:03 -0800
commit1985f77b23dac73390ebcb03505ad1183e8c66ef (patch)
tree621aa064cf9bd723b604f30d4eb3fec957d2a75e /meta-oe
parent9afe8a43a4991d5b4a5d08c9e20eacd0a997af53 (diff)
downloadmeta-openembedded-contrib-1985f77b23dac73390ebcb03505ad1183e8c66ef.tar.gz
gpsd: add missing python-pygps RDEPENDS
Several runtime dependencies are missing from python-pygps. You can verify this by adding gps-utils to an image and running gpsfake, which will fail with python import errors. With this patch, gpsfake works correctly. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit d6c40bcaef556e3c67c6214d8fb6933ac224e619) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb
index 47fed2d976..26d74867bf 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb
@@ -120,7 +120,14 @@ RDEPENDS_gps-utils = "python-pygps"
SUMMARY_python-pygps = "Python bindings to gpsd"
FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*"
-RDEPENDS_python-pygps = "python-core python-curses gpsd python-json"
+RDEPENDS_python-pygps = " \
+ python-core \
+ python-io \
+ python-threading \
+ python-terminal \
+ python-curses \
+ gpsd \
+ python-json"
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"