diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-11-22 15:30:55 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:47 +0100 |
commit | e0dc483313ae4ad6c8267ff957c72b2ff2df692c (patch) | |
tree | 2475ae0deb8da458c0af8010f59be1035203c4b6 /meta-xfce/recipes-xfce | |
parent | 9a3c5c2b2e3acc203cdd93e1b658cedaa0bc9095 (diff) | |
download | meta-openembedded-e0dc483313ae4ad6c8267ff957c72b2ff2df692c.tar.gz |
packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES
Most packages in this packagegroup require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 14ea4b49c..e2f238c04 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" | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" |
5 | PR = "r5" | 5 | PR = "r5" |
6 | 6 | ||
7 | inherit packagegroup | 7 | inherit packagegroup distro_features_check |
8 | |||
9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | 10 | ||
9 | RDEPENDS_${PN} = " \ | 11 | RDEPENDS_${PN} = " \ |
10 | xfwm4 \ | 12 | xfwm4 \ |