diff options
Diffstat (limited to 'meta-agl-demo-control-panel/recipes-graphics/wayland/weston-agl-driver-conf.bb')
-rw-r--r-- | meta-agl-demo-control-panel/recipes-graphics/wayland/weston-agl-driver-conf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-demo-control-panel/recipes-graphics/wayland/weston-agl-driver-conf.bb b/meta-agl-demo-control-panel/recipes-graphics/wayland/weston-agl-driver-conf.bb index 763103d45..4346c6503 100644 --- a/meta-agl-demo-control-panel/recipes-graphics/wayland/weston-agl-driver-conf.bb +++ b/meta-agl-demo-control-panel/recipes-graphics/wayland/weston-agl-driver-conf.bb @@ -14,7 +14,7 @@ do_compile[noexec] = "1" do_install() { # Install override drop-in install -d ${D}${systemd_system_unitdir}/weston.service.d - install -m 0644 ${WORKDIR}/weston-agl-driver.conf ${D}${systemd_system_unitdir}/weston.service.d/ + install -m 0644 ${UNPACKDIR}/weston-agl-driver.conf ${D}${systemd_system_unitdir}/weston.service.d/ } FILES:${PN} += "${systemd_system_unitdir}" |