[oe-commits] [meta-openembedded] 23/58: core-image-minimal-xfce: inherit distro_features_check

git at git.openembedded.org git at git.openembedded.org
Tue Sep 12 22:00:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 7cacd9a7d47cf816750d3d05aca2d8ac15f73638
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Wed Sep 6 10:30:10 2017 -0700

    core-image-minimal-xfce: inherit distro_features_check
    
    Defining REQUIRED_DISTRO_FEATURES does nothing currently.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 ?= " "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list