diff options
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 2 |
1 files changed, 1 insertions, 1 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 4740e0c987..8763c68ed7 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | |||
| @@ -72,7 +72,7 @@ do_install:append() { | |||
| 72 | 72 | ||
| 73 | # Support for python | 73 | # Support for python |
| 74 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps | 74 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps |
| 75 | install -m 755 ${S}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps | 75 | install -m 755 ${D}${libdir}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" | 78 | PACKAGES =+ "libgps libgpsd python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils" |
