[OE-core] [PATCH v2 1/3] core-image-weston: Ensure wayland distro feature is enabled

Otavio Salvador otavio at ossystems.com.br
Wed Sep 4 21:33:18 UTC 2013


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v2:
- New patch

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

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"
-- 
1.8.4.rc3




More information about the Openembedded-core mailing list