From 3faba391c88281ba21c64628788b39437c0eac5d Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 20 May 2020 07:44:30 +0800 Subject: intel-vaapi-driver: backport fixes for gcc10 failures Backport fixes from upstream for gcc 10 failures. This should help when oe-core reverts back to using the default of -fno-common with gcc10. Signed-off-by: Anuj Mittal --- recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb') diff --git a/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb b/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb index 760aa24e..48e53f95 100644 --- a/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb +++ b/recipes-multimedia/libva/intel-vaapi-driver_2.4.0.bb @@ -13,7 +13,11 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' DEPENDS = "libva libdrm" -SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.bz2" +SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.bz2 \ + file://0001-Fix-HEVCe-kernel-compile-error-on-gcc10.patch \ + file://0002-test-cast-VA_STATSUS_ERROR_UNKNOWN-to-VAStatus.patch \ + " + SRC_URI[md5sum] = "731dd9aaf9f5ef1b9c906ce82ef0220b" SRC_URI[sha256sum] = "71e2ddd985af6b221389db1018c4e8ca27a7f939fb51dcdf49d0efcb5ff3d089" -- cgit v1.2.3-54-g00ecf