diff options
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.23.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.bb index 98f0e67a85..aaf7429291 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.bb | |||
@@ -72,10 +72,6 @@ do_install:append() { | |||
72 | install -d ${D}${sysconfdir}/default | 72 | install -d ${D}${sysconfdir}/default |
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 udev | ||
76 | install -d ${D}${nonarch_base_libdir}/udev | ||
77 | install -m 0755 ${S}/gpsd.hotplug ${D}${nonarch_base_libdir}/udev | ||
78 | |||
79 | # Support for python | 75 | # Support for python |
80 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps | 76 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps |
81 | install -m 755 ${S}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps | 77 | install -m 755 ${S}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps |