Bug 9666

Summary: qt5quickcontrols install fails
Product: buildroot Reporter: Benjamin T <b.terrier>
Component: OtherAssignee: Peter Seiderer <ps.report>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Benjamin T 2017-02-20 08:33:31 UTC
Using 2017.02-rc1 I encountered an error during the install of qt5quickcontrols.

I had to remove the line

    cp -dpfr $(STAGING_DIR)/usr/qml/QtQuick/PrivateWidgets $(TARGET_DIR)/usr/qml/QtQuick

in `package/qt5/qt5quickcontrols/qt5quickcontrols.mk` as `$(STAGING_DIR)/usr/qml/QtQuick/PrivateWidgets` does not exist.

Please note that this allowed the build process to complete, but I did not test QtQuick Controls 1 on the target device.
Comment 1 Peter Seiderer 2017-02-20 22:25:24 UTC
Should be fixed with (suggested) patch:

https://patchwork.ozlabs.org/patch/730222/

Thanks for reporting!

Regards,
Peter
Comment 2 Peter Korsgaard 2017-02-20 22:34:48 UTC
Committed to git:

https://git.buildroot.org/buildroot/commit/?id=e482ebf51d9e8e00c3e58eb65af0dfb70d05d8cc

Thanks!