mpv: Remove references to builddir from mpv binary

Fixes
WARNING: mpv-0.35.1-r0 do_package_qa: QA Issue: File /usr/bin/mpv in package mpv contains reference to TMPDIR [buildpaths]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55d92033a2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj
2023-05-22 19:11:14 -07:00
committed by Armin Kuster
parent be1dd4dfe2
commit 71c65d7b54

View File

@@ -98,6 +98,10 @@ EXTRA_OECONF = " \
${PACKAGECONFIG_CONFARGS} \
"
do_configure:append() {
sed -i -e 's#${WORKDIR}#<WORKDIR>#g' ${B}/config.h
}
link_waf() {
ln -s waf-2.0.25 ${S}/waf
}