summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/packagegroups
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/packagegroups')
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
index a07a6adb68..3d5075e807 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
@@ -7,7 +7,10 @@ DESCRIPTION = "Packages required to satisfy the Linux Standard Base (LSB) specif
7PR = "r10" 7PR = "r10"
8LICENSE = "MIT" 8LICENSE = "MIT"
9 9
10inherit packagegroup 10inherit packagegroup distro_features_check
11
12# The libxt, libxtst and others require x11 in DISTRO_FEATURES
13REQUIRED_DISTRO_FEATURES = "x11"
11 14
12# 15#
13# We will skip parsing this packagegeoup for non-glibc systems 16# We will skip parsing this packagegeoup for non-glibc systems