diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-20 19:19:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-21 12:05:28 +0000 |
commit | ff7071418217c343276c22c7e1a053672f92639b (patch) | |
tree | 504dd4a9e863d5d6620bf631a9705c6aeada7795 /meta/recipes-multimedia/x264 | |
parent | 6b9705892400a1da1fcd973c64d1911c7c4463f6 (diff) | |
download | openembedded-core-ff7071418217c343276c22c7e1a053672f92639b.tar.gz openembedded-core-ff7071418217c343276c22c7e1a053672f92639b.tar.bz2 openembedded-core-ff7071418217c343276c22c7e1a053672f92639b.zip |
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/x264')
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |