diff options
author | Ross Burton <ross.burton@intel.com> | 2014-11-26 15:11:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:04 +0000 |
commit | ab7059585a08bc6dd2512cef02c5c3b9c36a2256 (patch) | |
tree | 4a59dd280a3ed532ca616d99644a4d7e6591b28b /meta/recipes-graphics | |
parent | dec0b0ffd22924798936c7068f0b22e88252d945 (diff) | |
download | poky-ab7059585a08bc6dd2512cef02c5c3b9c36a2256.tar.gz |
weston: fix plugin location in FILES
The plugins are installed to ${libdir}/weston, not ${libexecdir}.
(From OE-Core rev: 6e1769f44e18657c5bd576f8b053832d0ce825d7)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.6.0.bb b/meta/recipes-graphics/wayland/weston_1.6.0.bb index efbbbe0369..d30e48bfa0 100644 --- a/meta/recipes-graphics/wayland/weston_1.6.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.6.0.bb | |||
@@ -79,7 +79,7 @@ do_install_append() { | |||
79 | 79 | ||
80 | PACKAGES += "${PN}-examples" | 80 | PACKAGES += "${PN}-examples" |
81 | 81 | ||
82 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${datadir}" | 82 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libdir}/weston ${datadir}" |
83 | FILES_${PN}-examples = "${bindir}/*" | 83 | FILES_${PN}-examples = "${bindir}/*" |
84 | 84 | ||
85 | RDEPENDS_${PN} += "xkeyboard-config" | 85 | RDEPENDS_${PN} += "xkeyboard-config" |