From 91c63809461659b11b5af2ded5f928ab0e800118 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sat, 28 Aug 2021 15:21:20 +0200 Subject: [PATCH] gpsd: Do not install gpsd.hotplug unconditionally gpsd.hotplug is only needed if systemd is not used, in which case it will be installed by scons. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-oe/recipes-navigation/gpsd/gpsd_3.23.bb | 4 ---- 1 file changed, 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() { install -d ${D}${sysconfdir}/default install -m 0644 ${S}/packaging/deb/etc_default_gpsd ${D}${sysconfdir}/default/gpsd.default - # Support for udev - install -d ${D}${nonarch_base_libdir}/udev - install -m 0755 ${S}/gpsd.hotplug ${D}${nonarch_base_libdir}/udev - # Support for python install -d ${D}${PYTHON_SITEPACKAGES_DIR}/gps install -m 755 ${S}/gps/*.py ${D}${PYTHON_SITEPACKAGES_DIR}/gps