diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-18 14:22:40 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-19 02:20:59 -0800 |
commit | bd2ad24d7bc31902d4797c23e38dd1c58a1d1c6c (patch) | |
tree | 0c500023caa15371c33bc9786a4a5e894690e4db /meta-oe/recipes-multimedia/mplayer | |
parent | ce41fe5acab3c77ae7cc60dfe8a0b7fe443a1b4d (diff) | |
download | meta-openembedded-bd2ad24d7bc31902d4797c23e38dd1c58a1d1c6c.tar.gz |
recipes: Make powerpc64le overrides
The existing conditions for ppc64/be are applicable for le as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer')
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 c327c45e66..245dfe22ca 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" | |||
30 | LUA_mips64 = "" | 30 | LUA_mips64 = "" |
31 | LUA_aarch64 = "" | 31 | LUA_aarch64 = "" |
32 | LUA_powerpc64 = "" | 32 | LUA_powerpc64 = "" |
33 | LUA_powerpc64le = "" | ||
33 | LUA_powerpc = "" | 34 | LUA_powerpc = "" |
34 | 35 | ||
35 | # Note: both lua and libass are required to get on-screen-display (controls) | 36 | # Note: both lua and libass are required to get on-screen-display (controls) |