From a2881797204326eaf7c98ce2c60090385809de8f Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Tue, 22 Aug 2017 16:36:13 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/weston.inc | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'meta-rcar-gen3/recipes-graphics/wayland') 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" -- cgit 1.2.3-korg