[oe-commits] Otavio Salvador : core-image-weston: Ensure wayland distro feature is enabled

git at git.openembedded.org git at git.openembedded.org
Fri Sep 6 21:59:59 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 753be24f0bd63520b6840d1a68500f5bb38f086d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=753be24f0bd63520b6840d1a68500f5bb38f086d

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Sep  4 18:39:09 2013 -0300

core-image-weston: Ensure wayland distro feature is enabled

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/images/core-image-weston.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb
index 064133f..187523c 100644
--- a/meta/recipes-graphics/images/core-image-weston.bb
+++ b/meta/recipes-graphics/images/core-image-weston.bb
@@ -4,6 +4,8 @@ IMAGE_FEATURES += "splash package-management"
 
 LICENSE = "MIT"
 
-inherit core-image
+inherit core-image distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "wayland"
 
 CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples gtk+3-demo clutter-1.0-examples"



More information about the Openembedded-commits mailing list