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/packagegroups | |
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/packagegroups')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/packagegroups/packagegroup-graphic-renesas.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/packagegroups/packagegroup-graphic-renesas.bb b/meta-rcar-gen3/recipes-graphics/packagegroups/packagegroup-graphic-renesas.bb index 19e165e..cc37f8e 100644 --- a/meta-rcar-gen3/recipes-graphics/packagegroups/packagegroup-graphic-renesas.bb +++ b/meta-rcar-gen3/recipes-graphics/packagegroups/packagegroup-graphic-renesas.bb @@ -15,7 +15,7 @@ PR = "r0" RDEPENDS_packagegroup-wayland-community = " \ wayland \ weston \ - weston-bin \ + weston-examples \ alsa-utils \ alsa-tools \ libdrm-tests \ |