diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-09-21 16:18:26 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-10 20:48:05 +0200 |
commit | b0ebdd94c1252403a0382c66fab5bf5ae13d8b5f (patch) | |
tree | 4cf54454c405f26624c419b30d1d64b1bd7ba43c /meta-rcar-gen3/recipes-graphics/wayland | |
parent | 122260cee433596f28ddfc97c9118eabe0e1d979 (diff) |
[COMMUNITY] Remove weston-bin package
* weston-bin is useless, just use weston instead.
Change-Id: Ie81232821fcf40ed7bf5a4d665c3083d2a2fed70
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston.inc b/meta-rcar-gen3/recipes-graphics/wayland/weston.inc index f5b0e4f..e475aea 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston.inc +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston.inc @@ -14,22 +14,3 @@ RDEPENDS_${PN}-examples_append = " \ EXTRA_OECONF_append = " \ ${@base_conditional('USE_GLES', '1', '', \ ' WESTON_NATIVE_BACKEND="fbdev-backend.so"', d)}" - -PACKAGES_prepend = "${PN}-bin " - -FILES_${PN}-bin = " \ - ${bindir}/weston \ - ${bindir}/weston-terminal \ - ${bindir}/weston-info \ - ${bindir}/weston-launch \ - ${bindir}/wcap-decode \ -" - -FILES_${PN} = " \ - ${libdir}/weston \ - ${datadir} \ - ${libexecdir} \ -" - -USERADD_PACKAGES = "${PN}-bin" -GROUPADD_PARAM_${PN}-bin = "--system weston-launch" |