diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-22 16:36:13 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:00:50 +0700 |
commit | a2881797204326eaf7c98ce2c60090385809de8f (patch) | |
tree | 4fba14c9e66629ae095cc1187fd1b4aeea429d70 /meta-rcar-gen3/recipes-graphics/wayland | |
parent | 2bcde9579e411510547f3da2da9bd9fc0bc6ca6c (diff) |
rcar-gen3: weston: Remove weston-bin implementation
Weston-examples from community already contains all necessary pkgs,
so this commit removes weston-bin implementation and
adds weston-examples to rootfs.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
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" |