aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-10-08 17:18:50 +0100
committerKhem Raj <raj.khem@gmail.com>2020-10-08 11:50:46 -0700
commitd9f87779d0ce056a9e09b6025d075d410909d46d (patch)
tree99e8622f9f99b47996b9173296b44cb25f846fda /meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
parentd25d21a8b40d3fe29298f3aa43328477ce4d8ee7 (diff)
downloadmeta-openembedded-contrib-d9f87779d0ce056a9e09b6025d075d410909d46d.tar.gz
mpv: don't remove lua for aarch64 twice
LUA_aarch64 is already unset, so there's no need to remove 'lua' from PACKAGECONFIG again. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb1
1 files changed, 0 insertions, 1 deletions
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 e5f1096b6a..057f9c6f3b 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.32.0.bb
@@ -42,7 +42,6 @@ PACKAGECONFIG ??= " \
${@bb.utils.filter('DISTRO_FEATURES', 'opengl', d)} \
"
-PACKAGECONFIG_remove_aarch64 = "lua"
PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11"
PACKAGECONFIG[xv] = "--enable-xv,--disable-xv,libxv"
PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl"