[OE-core] [PATCH v3] core-image-x11: Ensure x11 distro feature is enabled

Otavio Salvador otavio at ossystems.com.br
Wed Sep 18 03:17:10 UTC 2013


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v3:
- Resend

Changes in v2:
- New patch

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

diff --git a/meta/recipes-graphics/images/core-image-x11.bb b/meta/recipes-graphics/images/core-image-x11.bb
index 64dc053..14bb1ac 100644
--- a/meta/recipes-graphics/images/core-image-x11.bb
+++ b/meta/recipes-graphics/images/core-image-x11.bb
@@ -4,4 +4,6 @@ IMAGE_FEATURES += "splash package-management x11-base"
 
 LICENSE = "MIT"
 
-inherit core-image
+inherit core-image distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
-- 
1.8.4.rc3




More information about the Openembedded-core mailing list