[oe] [meta-xfce][PATCH 10/27] packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Nov 22 07:30:55 UTC 2016


From: Jackie Huang <jackie.huang at windriver.com>

Most packages in this packagegroup require x11 distro feature.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
index 14ea4b4..e2f238c 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
@@ -4,7 +4,9 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
 PR = "r5"
 
-inherit packagegroup
+inherit packagegroup distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 RDEPENDS_${PN} = " \
     xfwm4 \
-- 
2.8.3




More information about the Openembedded-devel mailing list