diff options
author | Ross Burton <ross.burton@intel.com> | 2015-06-23 11:43:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-27 22:42:50 +0100 |
commit | 7b2f30e029c8690e4fae06396c3cd845d1a6d223 (patch) | |
tree | e8fe66e646917a6467a92f825a9fafe28366c0af | |
parent | 8cef098d2c2e8afae6ea7a0c6d7c536163bab198 (diff) | |
download | poky-7b2f30e029c8690e4fae06396c3cd845d1a6d223.tar.gz |
weston: fix libdir/libexecdir confusion
Use $libexecdir and $libdir as appropriate so the files are packaged correctly
when libexecdir != $libdir/$BPN.
(From OE-Core rev: a5dc3bf1dc4a65b748c32344570dc4faf381f201)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 d30e48bfa0..74ad8162b9 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 ${libdir}/weston ${datadir}" | 82 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so ${datadir}" |
83 | FILES_${PN}-examples = "${bindir}/*" | 83 | FILES_${PN}-examples = "${bindir}/*" |
84 | 84 | ||
85 | RDEPENDS_${PN} += "xkeyboard-config" | 85 | RDEPENDS_${PN} += "xkeyboard-config" |