diff options
author | 2015-10-13 10:24:42 +0100 | |
---|---|---|
committer | 2015-10-13 10:24:42 +0100 | |
commit | e73b2550b41ed3f58df20f422ebc3bbf2fcc729a (patch) | |
tree | c91899906b58e1b6d1b514354663f3fec68d74cc | |
parent | 07638477c2fb72303b89d6023a537e77b9d99c14 (diff) | |
download | meta-qcom-e73b2550b41ed3f58df20f422ebc3bbf2fcc729a.tar.gz meta-qcom-e73b2550b41ed3f58df20f422ebc3bbf2fcc729a.tar.bz2 meta-qcom-e73b2550b41ed3f58df20f422ebc3bbf2fcc729a.zip |
weston-*-image: remove gtk+3-demo from the sample image
gtk+3-demo seems to require libGL, so let's remove it for now.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-graphics/images/weston-chromium-image.bb | 2 | ||||
-rw-r--r-- | recipes-graphics/images/weston-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/images/weston-chromium-image.bb b/recipes-graphics/images/weston-chromium-image.bb index c5802af..d7bf4dd 100644 --- a/recipes-graphics/images/weston-chromium-image.bb +++ b/recipes-graphics/images/weston-chromium-image.bb @@ -9,7 +9,7 @@ inherit core-image distro_features_check extrausers # let's make sure we have a good image.. REQUIRED_DISTRO_FEATURES = "wayland pam systemd" -CORE_IMAGE_BASE_INSTALL += "weston weston-examples gtk+3-demo clutter-1.0-examples \ +CORE_IMAGE_BASE_INSTALL += "weston weston-examples clutter-1.0-examples \ e2fsprogs-resize2fs chromium kernel-modules connman" EXTRA_USERS_PARAMS = "\ diff --git a/recipes-graphics/images/weston-image.bb b/recipes-graphics/images/weston-image.bb index 83ac8da..a1c033f 100644 --- a/recipes-graphics/images/weston-image.bb +++ b/recipes-graphics/images/weston-image.bb @@ -9,7 +9,7 @@ inherit core-image distro_features_check extrausers # let's make sure we have a good image.. REQUIRED_DISTRO_FEATURES = "wayland pam systemd" -CORE_IMAGE_BASE_INSTALL += "weston weston-examples gtk+3-demo clutter-1.0-examples \ +CORE_IMAGE_BASE_INSTALL += "weston weston-examples clutter-1.0-examples \ e2fsprogs-resize2fs kernel-modules connman" EXTRA_USERS_PARAMS = "\ |