diff options
| author | Ross Burton <ross@burtonini.com> | 2021-06-01 17:21:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-03 23:09:42 +0100 |
| commit | 0eb836a58fe62232cf57a47b9ae256c50ff914ef (patch) | |
| tree | 12829a07eefb9de72038496300573c11f4e09f0d /meta/recipes-graphics/images | |
| parent | d31ff93415cfc20dc7d99da0a9db4081544e289a (diff) | |
| download | poky-0eb836a58fe62232cf57a47b9ae256c50ff914ef.tar.gz | |
core-image-weston: remove Clutter examples
The Clutter examples are pretty, but Clutter is dead so we should stop
using it.
(From OE-Core rev: f4cf7ae2e8ddcf6789c1604ac2b5ab010912f6c1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
| -rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index e82e4fbb3f..62305cc1ce 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
| 6 | 6 | ||
| 7 | inherit core-image | 7 | inherit core-image |
| 8 | 8 | ||
| 9 | CORE_IMAGE_BASE_INSTALL += "gtk+3-demo clutter-1.0-examples" | 9 | CORE_IMAGE_BASE_INSTALL += "gtk+3-demo" |
| 10 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" | 10 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" |
| 11 | 11 | ||
| 12 | QB_MEM = "-m 512" | 12 | QB_MEM = "-m 512" |
