]> code.ossystems Code Review - openembedded-core.git/commit
libva: check for "opengl" feature
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 9 Dec 2016 02:58:00 +0000 (18:58 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Dec 2016 22:47:29 +0000 (22:47 +0000)
commita78c420c4a2cf298e790b71b564a9f52949b966a
tree820df9a7c5a426b09c2fa5e2623cf3c3d06f09ed
parent5f060b66162c41a295995947b918253450870117
libva: check for "opengl" feature

In case "opengl" is missing from DISTRO_FEATURES, libva fails to satisfy
its dependencies. The dependency check is done by BitBake when
meta-world-pkgdata gathers information about all available packages
during image builds, even if libva isn't included in the build. This
patch makes libva recipe be skipped if the "opengl" DISTRO_FEATURE isn't
found.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libva/libva_1.7.3.bb