[oe] [meta-multimedia][PATCH v2] vlc: fix for libtool error

Martin Jansa martin.jansa at gmail.com
Tue Sep 8 15:08:20 UTC 2015


On Thu, Aug 27, 2015 at 06:53:18AM -0700, Tim Orling wrote:
> Changes since v1:
>   typo caught by Andreas Oberritter
> 
> Patch recommended by:
>   Rafaël Carré funman at videolan.org
> 
> Signed-off-by: Tim Orling <TicoTimo at gmail.com>
> ---
>  meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
> index bf7ce0c..401bfa1 100644
> --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc
> +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc
> @@ -63,7 +63,7 @@ do_configure_prepend() {
>  
>  do_configure_append() {
>      sed -i -e s:'$(MOC) $(DEFS) $(CPPFLAGS)':'$(MOC) $(DEFS)'\ -I${B}/include\ -DSYS_LINUX:g ${B}/modules/gui/qt4/Makefile
> -    sed -i -e s:'${top_builddir_slash}libtool':${TARGET_SYS}-libtool:g ${B}/doltlibtool
> +    sed -i -e s:'${top_builddir_slash}libtool':'${top_builddir_slash}'${TARGET_SYS}-libtool:g ${B}/doltlibtool
>  }
>  
>  # This recipe packages vlc as a library as well, so qt4 dependencies

We got a bit further, now it fails for qemuarm somewhere else:

http://errors.yoctoproject.org/Errors/Details/16535/
./ui/open.h:14:25: fatal error: QtGui/QAction: No such file or directory

Can we add PACKAGECONFIG for qt5? It depends on qt4-x11-free but maybe
new version is now searching for qt5 as well?

> -- 
> 2.1.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150908/2d5283be/attachment-0002.sig>


More information about the Openembedded-devel mailing list