mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user