diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-multimedia/mplayer | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 16 |
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 | ||
| 30 | inherit waf pkgconfig mime-xdg | 30 | inherit waf pkgconfig mime-xdg |
| 31 | 31 | ||
| 32 | LDFLAGS_append_riscv64 = " -latomic" | 32 | LDFLAGS:append:riscv64 = " -latomic" |
| 33 | 33 | ||
| 34 | LUA ?= "lua" | 34 | LUA ?= "lua" |
| 35 | LUA_mips64 = "" | 35 | LUA:mips64 = "" |
| 36 | LUA_powerpc64 = "" | 36 | LUA:powerpc64 = "" |
| 37 | LUA_powerpc64le = "" | 37 | LUA:powerpc64le = "" |
| 38 | LUA_riscv64 = "" | 38 | LUA:riscv64 = "" |
| 39 | LUA_riscv32 = "" | 39 | LUA:riscv32 = "" |
| 40 | LUA_powerpc = "" | 40 | LUA: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) |
| 43 | PACKAGECONFIG ??= " \ | 43 | PACKAGECONFIG ??= " \ |
| @@ -108,7 +108,7 @@ link_waf() { | |||
| 108 | } | 108 | } |
| 109 | do_unpack[postfuncs] += "link_waf" | 109 | do_unpack[postfuncs] += "link_waf" |
| 110 | 110 | ||
| 111 | FILES_${PN} += " \ | 111 | FILES:${PN} += " \ |
| 112 | ${datadir}/icons \ | 112 | ${datadir}/icons \ |
| 113 | ${datadir}/zsh \ | 113 | ${datadir}/zsh \ |
| 114 | ${datadir}/bash-completion \ | 114 | ${datadir}/bash-completion \ |
