[oe-commits] [meta-openembedded] 01/05: mpv: Disable lua support for riscv

git at git.openembedded.org git at git.openembedded.org
Mon Feb 17 19:10:08 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 9f3e738cbc917d728377a1f487b084304b67f2ff
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Feb 16 23:50:23 2020 -0800

    mpv: Disable lua support for riscv
    
    luajit port of risc-v does not exist yet
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
index 066e18a..3d325e2 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
@@ -28,6 +28,8 @@ LUA_mips64  = ""
 LUA_aarch64  = ""
 LUA_powerpc64  = ""
 LUA_powerpc64le  = ""
+LUA_riscv64  = ""
+LUA_riscv32  = ""
 LUA_powerpc  = ""
 
 # Note: both lua and libass are required to get on-screen-display (controls)

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


More information about the Openembedded-commits mailing list