From 77de11f99bbcbbf8bcaa3ddb73deeabc13471a50 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]. (From OE-Core rev: ff7071418217c343276c22c7e1a053672f92639b) 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/x264') diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 0e305ea..d192c30 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 v1.1