mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01:00
vlc: Fix build with un-renameed native libtool
Fixes: | ../doltlibtool: line 19: /home/superandy/tmp/oe-core-glibc/work/cortexa72-mortsgna-linux/vlc/3.0.12-r0/build/compat/../aarch64-mortsgna-linux-libtool: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0e0fc7efe3
commit
e619d86433
|
|
@ -96,8 +96,6 @@ PACKAGECONFIG[vdpau] = "--enable-vdpau,--disable-vdpau,libvdpau"
|
|||
PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-native"
|
||||
|
||||
do_configure:append() {
|
||||
sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool
|
||||
|
||||
# moc needs support: precreate build paths
|
||||
for qtpath in adapters components/epg components/playlist components/sout dialogs managers styles util/buttons; do
|
||||
mkdir -p "${B}/modules/gui/qt/$qtpath"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user