[oe-commits] Ross Burton : weston: fix plugin location in FILES

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:01:31 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 6e1769f44e18657c5bd576f8b053832d0ce825d7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6e1769f44e18657c5bd576f8b053832d0ce825d7

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Nov 26 15:11:16 2014 +0000

weston: fix plugin location in FILES

The plugins are installed to ${libdir}/weston, not ${libexecdir}.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-graphics/wayland/weston_1.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/wayland/weston_1.6.0.bb b/meta/recipes-graphics/wayland/weston_1.6.0.bb
index efbbbe0..d30e48b 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"



More information about the Openembedded-commits mailing list