]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:55:20 +0000 (22:55 +0000)
commita316b0b1975ced4c4a383169e63bccd9c1955374
tree82c92b7fde840a4e462d3b7b6652edd6b49088aa
parent934afbbf90ed07aafdf62bfc01129442b77f4ca8
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.

(From OE-Core rev: a78c420c4a2cf298e790b71b564a9f52949b966a)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva_1.7.3.bb