mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02: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:
committed by
Richard Purdie
parent
29ee5c139e
commit
77de11f99b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user