[oe-commits] [meta-openembedded] 07/08: mpv: Remove luajit dependency for ppc64

git at git.openembedded.org git at git.openembedded.org
Thu Dec 19 21:58:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d603409c327f033a38f35d2d03ad69aefd798514
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Dec 19 11:15:18 2019 -0800

    mpv: Remove luajit dependency for ppc64
    
    luajit is not available on ppc64
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
index 1ba9f0f..29bcfe4 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
@@ -29,6 +29,8 @@ inherit waf pkgconfig pythonnative features_check
 LUA ?= "lua"
 LUA_mips64  = ""
 LUA_aarch64  = ""
+LUA_powerpc64  = ""
+
 # Note: both lua and libass are required to get on-screen-display (controls)
 PACKAGECONFIG ??= " \
     ${LUA} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list