Bug 9666 - qt5quickcontrols install fails
Summary: qt5quickcontrols install fails
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: Peter Seiderer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 08:33 UTC by Benjamin T
Modified: 2017-02-20 22:34 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!