mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-media-driver: disable x32 build
Upstream doesn't support building for x32. Instread of patching makefile for x32 and risk runtime failures, disable the build. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
e6bffbc7b6
commit
ec39e48582
|
@ -25,6 +25,8 @@ SRC_URI = "git://github.com/intel/media-driver.git;protocol=https;branch=intel-m
|
|||
SRCREV = "bcb3349b353338914f2bf06f306d6eaed2c1e35e"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_HOST_x86-x32 = "null"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^intel-media-(?P<pver>(?!600\..*)\d+(\.\d+)+)$"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user