diff options
Diffstat (limited to 'recipes-navigation')
-rw-r--r-- | recipes-navigation/geoclue/geoclue_agldemo.inc | 2 | ||||
-rw-r--r-- | recipes-navigation/gpsd/gpsd_agldemo.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-navigation/geoclue/geoclue_agldemo.inc b/recipes-navigation/geoclue/geoclue_agldemo.inc index 14f730eea..9f339a70c 100644 --- a/recipes-navigation/geoclue/geoclue_agldemo.inc +++ b/recipes-navigation/geoclue/geoclue_agldemo.inc @@ -5,5 +5,5 @@ SRC_URI += "file://geoclue.conf.agl" PACKAGECONFIG = "nmea lib" do_install:append() { - install -D -m 0644 ${WORKDIR}/geoclue.conf.agl ${D}${sysconfdir}/geoclue/geoclue.conf + install -D -m 0644 ${UNPACKDIR}/geoclue.conf.agl ${D}${sysconfdir}/geoclue/geoclue.conf } diff --git a/recipes-navigation/gpsd/gpsd_agldemo.inc b/recipes-navigation/gpsd/gpsd_agldemo.inc index cb26510d0..1154435bc 100644 --- a/recipes-navigation/gpsd/gpsd_agldemo.inc +++ b/recipes-navigation/gpsd/gpsd_agldemo.inc @@ -5,6 +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 } |