[oe-commits] Paul Eggleton : x264: add perlnative to inherit

git at git.openembedded.org git at git.openembedded.org
Fri Mar 21 11:58:35 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ff7071418217c343276c22c7e1a053672f92639b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ff7071418217c343276c22c7e1a053672f92639b

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Mar 20 19:19:39 2014 +0000

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 <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/x264/x264_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the Openembedded-commits mailing list