diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-10 19:30:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:58 +0100 |
commit | f609f7aba72f4297386fd6f88544db4dc86a63ef (patch) | |
tree | 81a9d9bc1a5f52db38233c303e7a02a2024ca9f4 /meta/recipes-extended/packagegroups | |
parent | 41719e1bfbc969ac0493b1ee81bf24973f5f7d44 (diff) | |
download | poky-f609f7aba72f4297386fd6f88544db4dc86a63ef.tar.gz |
recipes-extended: add x11 to REQUIRED_DISTRO_FEATURES
They can't be built withou x11 in DISTRO_FEATURES.
(From OE-Core rev: e66f1c830bfee09ed9a043ade5374fe61fea3c99)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/packagegroups')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 5 |
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 | |||
7 | PR = "r10" | 7 | PR = "r10" |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | 9 | ||
10 | inherit packagegroup | 10 | inherit packagegroup distro_features_check |
11 | |||
12 | # The libxt, libxtst and others require x11 in DISTRO_FEATURES | ||
13 | REQUIRED_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 |