From ff7071418217c343276c22c7e1a053672f92639b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 20 Mar 2014 19:19:39 +0000 Subject: 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]. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-multimedia/x264/x264_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 0e305eaa02..d192c30fd2 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -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" -- cgit 1.2.3-korg