diff options
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb index c11d4c76d6..22706f097a 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | |||
| @@ -73,8 +73,10 @@ do_install:append() { | |||
| 73 | install -m 0644 ${S}/packaging/deb/etc_default_gpsd ${D}${sysconfdir}/default/gpsd.default | 73 | install -m 0644 ${S}/packaging/deb/etc_default_gpsd ${D}${sysconfdir}/default/gpsd.default |
| 74 | 74 | ||
| 75 | # Support for python | 75 | # Support for python |
| 76 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps | 76 | if [ -d ${D}${libdir}/gps ]; then |
| 77 | install -m 755 ${D}${libdir}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps | 77 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps |
| 78 | install -m 755 ${D}${libdir}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps | ||
| 79 | fi | ||
| 78 | } | 80 | } |
| 79 | 81 | ||
| 80 | PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" | 82 | PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" |
