[Buildroot] Error building Qt5Multimedia

Marco Trapanese marcotrapanese at gmail.com
Wed Mar 19 05:31:28 UTC 2014


Hi Thomas,

Il 18/03/2014 16:53, Thomas De Schampheleire ha scritto:

>
> This is actually a bug.
> Could you try following patch:
>
> $ hg diff
> diff --git a/package/qt5/qt5multimedia/qt5multimedia.mk
> b/package/qt5/qt5multimedia/qt5multimedia.mk
> --- a/package/qt5/qt5multimedia/qt5multimedia.mk
> +++ b/package/qt5/qt5multimedia/qt5multimedia.mk
> @@ -25,7 +25,7 @@ QT5MULTIMEDIA_DEPENDENCIES += gst-plugin
>   endif
>
>   define QT5MULTIMEDIA_CONFIGURE_CMDS
> -       (cd $(@D); $(HOST_DIR)/usr/bin/qmake)
> +       (cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake)
>   endef
>
>   define QT5MULTIMEDIA_BUILD_CMDS
>
> and after applying this patch run:
> make qt5multimedia-dirclean qt5multimedia
>
> I believe this should fix the problem. The same solution should be
> applied to the other qt5 packages.
> Or maybe someone else thinks the problem should be fixed in a different way.
> I'm adding some people to this thread so they can shed their light on it...


I confirm it compiled successfully after applying your patch. I haven't 
tried yet QtMultimedia on the target, but at least there were no errors 
at compile-time :-)

Thank you for your support!
Marco




More information about the buildroot mailing list