mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
366b427fef
commit
90683147fa
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user