x264: update to latest on stable branch

For changes, see:

e9a5903edf...0a84d986e7

Remove the perlnative dependency that doesn't seem to be needed.

(From OE-Core rev: 80dd2425cd63677c65d93aa2044852cd9b64ab4a)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Anuj Mittal
2019-02-15 04:01:25 +08:00
committed by Richard Purdie
parent 78a304d9b1
commit dc929a944e

View File

@@ -14,13 +14,13 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \
"
UPSTREAM_CHECK_COMMITS = "1"
SRCREV = "e9a5903edf8ca59ef20e6f4894c196f135af735e"
SRCREV = "0a84d986e7020f8344f00752e3600b9769cc1e85"
PV = "r2854+git${SRCPV}"
PV = "r2917+git${SRCPV}"
S = "${WORKDIR}/git"
inherit lib_package pkgconfig perlnative
inherit lib_package pkgconfig
X264_DISABLE_ASM = ""
X264_DISABLE_ASM_x86 = "--disable-asm"