mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dec0b0ffd2
commit
ab7059585a
@@ -79,7 +79,7 @@ do_install_append() {
|
||||
|
||||
PACKAGES += "${PN}-examples"
|
||||
|
||||
FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${datadir}"
|
||||
FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libdir}/weston ${datadir}"
|
||||
FILES_${PN}-examples = "${bindir}/*"
|
||||
|
||||
RDEPENDS_${PN} += "xkeyboard-config"
|
||||
|
||||
Reference in New Issue
Block a user