[oe-commits] [meta-openembedded] 04/04: mpv: Disable lua support on powerpc

git at git.openembedded.org git at git.openembedded.org
Thu Jan 16 20:09:45 UTC 2020


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 d9c8b61e136a791a16a0c2eb58d4b84bab976763
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Jan 16 12:06:53 2020 -0800

    mpv: Disable lua support on powerpc
    
    luajit is not supported on ppc
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 1 +
 1 file changed, 1 insertion(+)

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 29bcfe4..c327c45 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb
@@ -30,6 +30,7 @@ LUA ?= "lua"
 LUA_mips64  = ""
 LUA_aarch64  = ""
 LUA_powerpc64  = ""
+LUA_powerpc  = ""
 
 # Note: both lua and libass are required to get on-screen-display (controls)
 PACKAGECONFIG ??= " \

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


More information about the Openembedded-commits mailing list