x265: drop restriction for x86/x86-64

It can be built for various platforms

Remove SRC_URI[md5sum]

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2025-01-06 19:01:32 +01:00 committed by Khem Raj
parent f316a559f4
commit 325be82ad1
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,6 @@ SRC_URI = "http://ftp.videolan.org/pub/videolan/x265/x265_${PV}.tar.gz"
S = "${WORKDIR}/x265_${PV}/source"
SRC_URI[md5sum] = "94808045a34d88a857e5eaf3f68f4bca"
SRC_URI[sha256sum] = "fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b58cbbcc"
inherit lib_package pkgconfig cmake
@ -25,5 +24,3 @@ EXTRA_OECMAKE:append:x86 = " -DENABLE_ASSEMBLY=OFF"
EXTRA_OECMAKE:append:aarch64 = " -DENABLE_PIC=ON"
AS[unexport] = "1"
COMPATIBLE_HOST = '(x86_64|i.86|aarch64).*-linux'