1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
+1 -1
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"