summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5-creator_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qt5-creator_git.bb')
-rw-r--r--recipes-qt/qt5/qt5-creator_git.bb3
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}"
25SRC_URI = " \ 25SRC_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"
30SRC_URI_append_libc-musl = " file://0002-Link-with-libexecinfo-on-musl.patch" 31SRC_URI_append_libc-musl = " file://0003-Link-with-libexecinfo-on-musl.patch"
31 32
32S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
33 34