aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-09-21 16:18:26 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-10 20:48:05 +0200
commitb0ebdd94c1252403a0382c66fab5bf5ae13d8b5f (patch)
tree4cf54454c405f26624c419b30d1d64b1bd7ba43c
parent122260cee433596f28ddfc97c9118eabe0e1d979 (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>
-rw-r--r--meta-rcar-gen3/recipes-graphics/packagegroups/packagegroup-graphic-renesas.bb1
-rw-r--r--meta-rcar-gen3/recipes-graphics/wayland/weston.inc19
2 files changed, 0 insertions, 20 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..f94d289 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,6 @@ PR = "r0"
RDEPENDS_packagegroup-wayland-community = " \
wayland \
weston \
- weston-bin \
alsa-utils \
alsa-tools \
libdrm-tests \
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"