diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-24 11:59:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:56:32 -0700 |
commit | e30a2566ff264dfdc3ccd871082646049a8eb72d (patch) | |
tree | c00f5aac40195dbde60414820938d5450898b6cb /meta-multimedia/recipes-multimedia | |
parent | f523a41888cc0958115aaf762ae397d559f47725 (diff) | |
download | meta-openembedded-e30a2566ff264dfdc3ccd871082646049a8eb72d.tar.gz |
vlc: Remove WORKDIR from CONFIGURE_LINE definition
This is emitted by configure into generated config.h which is used in
src/misc/messages.c and flows into binaries
Fixes
WARNING: vlc-3.0.18-r0 do_package_qa: QA Issue: File /usr/lib/libvlccore.so.9.0.1 in package libvlc contains reference to TMPDIR [buildpaths]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc_3.0.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.18.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.18.bb index dd6eceae51..92f05544dd 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.18.bb +++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.18.bb | |||
@@ -101,6 +101,7 @@ do_configure:append() { | |||
101 | for qtpath in adapters components/epg components/playlist components/sout dialogs managers styles util/buttons; do | 101 | for qtpath in adapters components/epg components/playlist components/sout dialogs managers styles util/buttons; do |
102 | mkdir -p "${B}/modules/gui/qt/$qtpath" | 102 | mkdir -p "${B}/modules/gui/qt/$qtpath" |
103 | done | 103 | done |
104 | sed -i -e 's|${WORKDIR}||g' ${B}/config.h | ||
104 | } | 105 | } |
105 | 106 | ||
106 | # This recipe packages vlc as a library as well, so qt4 dependencies | 107 | # This recipe packages vlc as a library as well, so qt4 dependencies |