x265: Disable assembly on x86

Fixes
ERROR: QA Issue: x265: ELF binary /usr/lib/libx265.so.179 has relocations in .text [textrel]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Scott Branden <scott.branden@broadcom.com>
This commit is contained in:
Khem Raj 2020-03-03 23:30:26 -08:00
parent 366b427fef
commit 90683147fa

View File

@ -17,6 +17,8 @@ SRC_URI[sha256sum] = "fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b5
inherit lib_package pkgconfig cmake
EXTRA_OECMAKE_append_x86 = " -DENABLE_ASSEMBLY=OFF"
AS[unexport] = "1"
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'