summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/mplayer
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-multimedia/mplayer
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb
index 1a9150479f..e26c1864e7 100644
--- a/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.33.1.bb
@@ -29,15 +29,15 @@ S = "${WORKDIR}/git"
29 29
30inherit waf pkgconfig mime-xdg 30inherit waf pkgconfig mime-xdg
31 31
32LDFLAGS_append_riscv64 = " -latomic" 32LDFLAGS:append:riscv64 = " -latomic"
33 33
34LUA ?= "lua" 34LUA ?= "lua"
35LUA_mips64 = "" 35LUA:mips64 = ""
36LUA_powerpc64 = "" 36LUA:powerpc64 = ""
37LUA_powerpc64le = "" 37LUA:powerpc64le = ""
38LUA_riscv64 = "" 38LUA:riscv64 = ""
39LUA_riscv32 = "" 39LUA:riscv32 = ""
40LUA_powerpc = "" 40LUA:powerpc = ""
41 41
42# Note: lua is required to get on-screen-display (controls) 42# Note: lua is required to get on-screen-display (controls)
43PACKAGECONFIG ??= " \ 43PACKAGECONFIG ??= " \
@@ -108,7 +108,7 @@ link_waf() {
108} 108}
109do_unpack[postfuncs] += "link_waf" 109do_unpack[postfuncs] += "link_waf"
110 110
111FILES_${PN} += " \ 111FILES:${PN} += " \
112 ${datadir}/icons \ 112 ${datadir}/icons \
113 ${datadir}/zsh \ 113 ${datadir}/zsh \
114 ${datadir}/bash-completion \ 114 ${datadir}/bash-completion \