diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2021-07-21 12:18:19 +0300 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-08-13 08:59:14 -0500 |
commit | 2a68ee27fe811ed170ada8ca2b8bc0e4fb41068a (patch) | |
tree | f4c7a5840e23e1c96e193cbc80b0bf41ee786cb6 | |
parent | 065454be48242893261bbe533adc66e4cb6c1037 (diff) | |
download | meta-mlinux-2a68ee27fe811ed170ada8ca2b8bc0e4fb41068a.tar.gz meta-mlinux-2a68ee27fe811ed170ada8ca2b8bc0e4fb41068a.tar.bz2 meta-mlinux-2a68ee27fe811ed170ada8ca2b8bc0e4fb41068a.zip |
mPower R.6.0: GP-1224 Remove Python 2 from MTCDT and MTCAP, Support only Python3
MTCDT and MTCAP devices are now migrated to Python 3 only. This commit updates
the dependencies for gpsd to use Python 3 dependencies for all devices.
-rw-r--r-- | recipes-navigation/gpsd/gpsd_3.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd_3.20.bb b/recipes-navigation/gpsd/gpsd_3.20.bb index 0e78417..ea217ce 100644 --- a/recipes-navigation/gpsd/gpsd_3.20.bb +++ b/recipes-navigation/gpsd/gpsd_3.20.bb @@ -232,7 +232,7 @@ FILES_gpspipe = "${bindir}/gpspipe" SUMMARY_gps-utils = "Utils used for simulating, monitoring,... a GPS" FILES_gps-utils = "${bindir}/*" -RDEPENDS_gps-utils_mtbsp-at91 = "python-pygps" +#RDEPENDS_gps-utils_mtbsp-at91 = "python-pygps" RDEPENDS_gps-utils = "python3-pygps" SUMMARY_python-pygps = "Python bindings to gpsd" |