x264: add perlnative to inherit

perl is run as part of the configure process, so we should ensure that
it's available.

Should fix [YOCTO #5768].

(From OE-Core rev: ff7071418217c343276c22c7e1a053672f92639b)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2014-03-20 19:19:39 +00:00
committed by Richard Purdie
parent 29ee5c139e
commit 77de11f99b

View File

@@ -18,7 +18,7 @@ PV = "r2265+git${SRCPV}"
S = "${WORKDIR}/git"
inherit lib_package pkgconfig
inherit lib_package pkgconfig perlnative
X264_DISABLE_ASM = ""
X264_DISABLE_ASM_armv4 = "--disable-asm"