diff options
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.16.bb | 9 |
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 f8e6a2b13..e23d63033 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" | |||
120 | 120 | ||
121 | SUMMARY_python-pygps = "Python bindings to gpsd" | 121 | SUMMARY_python-pygps = "Python bindings to gpsd" |
122 | FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*" | 122 | FILES_python-pygps = "${PYTHON_SITEPACKAGES_DIR}/*" |
123 | RDEPENDS_python-pygps = "python-core python-curses gpsd python-json" | 123 | RDEPENDS_python-pygps = " \ |
124 | python-core \ | ||
125 | python-io \ | ||
126 | python-threading \ | ||
127 | python-terminal \ | ||
128 | python-curses \ | ||
129 | gpsd \ | ||
130 | python-json" | ||
124 | 131 | ||
125 | RPROVIDES_${PN} += "${PN}-systemd" | 132 | RPROVIDES_${PN} += "${PN}-systemd" |
126 | RREPLACES_${PN} += "${PN}-systemd" | 133 | RREPLACES_${PN} += "${PN}-systemd" |