From: Christopher Larson Date: Wed, 4 Jan 2017 22:57:54 +0000 (-0700) Subject: packagegroup-self-hosted: add opengl to REQUIRED_DISTRO_FEATURES X-Git-Tag: uninative-1.5~958 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a7cab6a9d416b5a53de206c9c2cf020c1fc70201;p=openembedded-core.git packagegroup-self-hosted: add opengl to REQUIRED_DISTRO_FEATURES This rdepends on libgl. Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index 73430b86cd..c1bbdfcf37 100644 --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb @@ -10,6 +10,9 @@ inherit packagegroup distro_features_check # rdepends on libx11-dev REQUIRED_DISTRO_FEATURES = "x11" +# rdepends on libgl +REQUIRED_DISTRO_FEATURES += "opengl" + PACKAGES = "\ packagegroup-self-hosted \ packagegroup-self-hosted-debug \