[oe-commits] [meta-openembedded] 05/05: x265: Disable assembly on x86

git at git.openembedded.org git at git.openembedded.org
Wed Mar 4 19:24:30 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 90683147fa6840b16816a75154dba89725ddb0a3
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Mar 3 23:30:26 2020 -0800

    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 at gmail.com>
    Cc: Scott Branden <scott.branden at broadcom.com>
---
 meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb b/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb
index 21ae596..8c34526 100644
--- a/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb
+++ b/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb
@@ -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'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list