[oe] [meta-xfce][PATCH 1/1] core-image-minimal-xfce: inherit distro_features_check

Joe Slater jslater at windriver.com
Wed Sep 6 17:30:10 UTC 2017


Defining REQUIRED_DISTRO_FEATURES does nothing currently.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
index f5c5c26..21930ba 100644
--- a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
+++ b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
@@ -6,6 +6,7 @@ IMAGE_INSTALL = "packagegroup-core-boot \
     kernel-modules \
 "
 
+inherit distro_features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 IMAGE_LINGUAS ?= " "
-- 
2.7.4




More information about the Openembedded-devel mailing list