diff options
author | Christopher Larson <chris_larson@mentor.com> | 2017-01-04 15:57:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-05 13:54:06 +0000 |
commit | 3c9b1febc4840cd1b7d6784076d61efe8e87271f (patch) | |
tree | 8883f5ff8e62f9d1b99bca6f297058ce9e927a83 /meta | |
parent | d45d1b81ffb30893bc94a6da34f641488c266bfd (diff) | |
download | poky-3c9b1febc4840cd1b7d6784076d61efe8e87271f.tar.gz |
packagegroup-core-lsb: add opengl to REQUIRED_DISTRO_FEATURES
This group pulls in libglu, which needs virtual/libgl, whose providers require
opengl in DISTRO_FEATURES.
(From OE-Core rev: af330fc0087692039d4256a6fb1e122742e8ec1a)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb index 734dda1d79..3aedf6b7a5 100644 --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | |||
@@ -11,6 +11,9 @@ inherit packagegroup distro_features_check | |||
11 | # The libxt, libxtst and others require x11 in DISTRO_FEATURES | 11 | # The libxt, libxtst and others require x11 in DISTRO_FEATURES |
12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
13 | 13 | ||
14 | # libglu needs virtual/libgl, which requires opengl in DISTRO_FEATURES | ||
15 | REQUIRED_DISTRO_FEATURES += "opengl" | ||
16 | |||
14 | # | 17 | # |
15 | # We will skip parsing this packagegeoup for non-glibc systems | 18 | # We will skip parsing this packagegeoup for non-glibc systems |
16 | # | 19 | # |