diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-01-07 21:12:22 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-01-08 07:37:01 +0000 |
commit | 8f1986c8976684e349508f4a8b3eea366c8f10ed (patch) | |
tree | 40ba83ad5fad7a26a547dfa8881b10f69ee2beb4 /meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend | |
parent | bce54374aa6783508fb8bed3a3c547b061384f1a (diff) | |
download | meta-boot2qt-8f1986c8976684e349508f4a8b3eea366c8f10ed.tar.gz |
qtbase: update Disable-ltcg-for-host_build.patch
This patch was accidentally left out when upstream patch changed patch
number and patch names did not match anymore. Reworked patch to be
applied on top of upstream patch instead of replacing it.
Change-Id: I880669132ec7e57d9784964f935f43249de15821
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend')
-rw-r--r-- | meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend b/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend index 5684832..bd86b68 100644 --- a/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend +++ b/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend | |||
@@ -60,6 +60,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | |||
60 | SRC_URI += " \ | 60 | SRC_URI += " \ |
61 | file://oe-device-extra.pri \ | 61 | file://oe-device-extra.pri \ |
62 | file://0001-Add-win32-g-oe-mkspec-that-uses-the-OE_-environment.patch \ | 62 | file://0001-Add-win32-g-oe-mkspec-that-uses-the-OE_-environment.patch \ |
63 | file://0002-Disable-ltcg-for-host_build.patch \ | ||
63 | " | 64 | " |
64 | do_configure_prepend() { | 65 | do_configure_prepend() { |
65 | install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs | 66 | install -m 0644 ${WORKDIR}/oe-device-extra.pri ${S}/mkspecs |