mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
vpl-gpu-rt: inherit features_check
opengl is not enabled by default with "nodistro". Make sure that layer comaptibility check does not fail due to this. Fixes: | ERROR: Nothing PROVIDES 'intel-media-driver' (but /openembedded-core/meta-intel/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb DEPENDS on or otherwise requires it) intel-media-driver was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
This commit is contained in:
parent
5c653790aa
commit
14f233ab41
|
|
@ -26,7 +26,10 @@ FILES:${PN} += " \
|
|||
${libdir}/libmfx-gen/enctools.so \
|
||||
"
|
||||
|
||||
inherit cmake
|
||||
inherit cmake features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl"
|
||||
|
||||
|
||||
RREPLACES:${PN} = "onevpl-intel-gpu"
|
||||
RCONFLICTS:${PN} = "onevpl-intel-gpu"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user