diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-26 21:19:26 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-09-27 14:39:39 +0000 |
commit | f11e9420e995a2aeb4ea308a45ddab09cb644a59 (patch) | |
tree | f00b9c62d7584015d5ec1b92194c3e1a095b7249 /recipes-qt/qt5/qt5-creator_git.bb | |
parent | 0cf5966d395f8d0a58dafd5153e5fb8047e4bce0 (diff) | |
download | meta-qt5-upstream/jansa/qt5-creator.tar.gz |
qt5-creator: fix build with QMAKE_ARupstream/jansa/qt5-creatorjansa/qt5-creator
* now it builds OK at least for qemux86-64, but then do_install fails:
| /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.7.1+gitAUTOINC+8768e39d3c-r0/recipe-sysroot-native/usr/bin/qmake -install qinstall /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.7.1+gitAUTOINC+8768e39d3c-r0/build/share/doc/qtcreator/qtcreator.qch /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.7.1+gitAUTOINC+8768e39d3c-r0/image/usr/share/doc/qtcreator/qtcreator.qch
| Error copying /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.7.1+gitAUTOINC+8768e39d3c-r0/build/share/doc/qtcreator/qtcreator.qch to /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.7.1+gitAUTOINC+8768e39d3c-r0/image/usr/share/doc/qtcreator/qtcreator.qch: Cannot open /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qt5-creator/4.7.1+gitAUTOINC+8768e39d3c-r0/build/share/doc/qtcreator/qtcreator.qch for input
| Makefile:492: recipe for target 'install_inst_qch_docs' failed
http://errors.yoctoproject.org/Errors/Build/68948/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-creator_git.bb')
-rw-r--r-- | recipes-qt/qt5/qt5-creator_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-creator_git.bb b/recipes-qt/qt5/qt5-creator_git.bb index 482b10d0..218609bd 100644 --- a/recipes-qt/qt5/qt5-creator_git.bb +++ b/recipes-qt/qt5/qt5-creator_git.bb | |||
@@ -25,9 +25,10 @@ PV = "4.7.1+git${SRCPV}" | |||
25 | SRC_URI = " \ | 25 | SRC_URI = " \ |
26 | git://code.qt.io/qt-creator/qt-creator.git;branch=4.7 \ | 26 | git://code.qt.io/qt-creator/qt-creator.git;branch=4.7 \ |
27 | file://0001-Use-correct-path-prefix.patch \ | 27 | file://0001-Use-correct-path-prefix.patch \ |
28 | file://0002-botan.pro-pass-QMAKE_AR.patch \ | ||
28 | file://qtcreator.desktop.in \ | 29 | file://qtcreator.desktop.in \ |
29 | " | 30 | " |
30 | SRC_URI_append_libc-musl = " file://0002-Link-with-libexecinfo-on-musl.patch" | 31 | SRC_URI_append_libc-musl = " file://0003-Link-with-libexecinfo-on-musl.patch" |
31 | 32 | ||
32 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
33 | 34 | ||