Update recipes for transition to UNPACKDIR
[AGL/meta-agl-demo.git] / recipes-navigation / gpsd / gpsd_agldemo.inc
index 77dee8e..1154435 100644 (file)
@@ -5,8 +5,6 @@ SRC_URI += "file://sw-device-hook"
 do_install:append() {
     # Install device-hook script for starting NMEA output on Sierra Wireless modems
     install -d ${D}${sysconfdir}/gpsd
-    install -m 0755 ${WORKDIR}/sw-device-hook ${D}${sysconfdir}/gpsd/device-hook
+    install -m 0755 ${UNPACKDIR}/sw-device-hook ${D}${sysconfdir}/gpsd/device-hook
 }
 
-RPROVIDES:${PN}-conf:append = " virtual/gpsd-conf"
-