summaryrefslogtreecommitdiffstats
path: root/recipes/gpsd/gpsd_2.94.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpsd/gpsd_2.94.bb')
-rw-r--r--recipes/gpsd/gpsd_2.94.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gpsd/gpsd_2.94.bb b/recipes/gpsd/gpsd_2.94.bb
index 66bd559a49..2b5e9d30a0 100644
--- a/recipes/gpsd/gpsd_2.94.bb
+++ b/recipes/gpsd/gpsd_2.94.bb
@@ -10,3 +10,8 @@ SRC_URI[gpsd.sha256sum] = "1520b87d106d198aa42137db4b230615dbd0d06b04e6fcc84e010
PR = "${INC_PR}.1"
PARALLEL_MAKE = ""
+
+do_install_append() {
+ install -d ${D}${base_libdir}/udev/
+ install -m 0755 ${S}/gpsd.hotplug.wrapper ${D}${base_libdir}/udev/
+}