From: Ross Burton Date: Wed, 26 Nov 2014 15:11:16 +0000 (+0000) Subject: weston: fix plugin location in FILES X-Git-Tag: 2015-4~1094 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e1769f44e18657c5bd576f8b053832d0ce825d7;p=openembedded-core.git weston: fix plugin location in FILES The plugins are installed to ${libdir}/weston, not ${libexecdir}. Signed-off-by: Ross Burton --- 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() { 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"