[oe-commits] [meta-openembedded] 06/42: gpsd: add missing python-pygps RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Feb 4 10:09:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch rocko-next
in repository meta-openembedded.

commit ddd93a943df979f3af6fbff6fdfc62ba713c552e
Author: Martin Kelly <mkelly at xevo.com>
AuthorDate: Mon Oct 30 13:05:24 2017 -0700

    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 at xevo.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit d6c40bcaef556e3c67c6214d8fb6933ac224e619)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb
index 47fed2d..26d7486 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list