aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-08 11:59:19 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-03-09 12:49:14 +0000
commite29477ac42b47f4fedd2cb4be27ec2e4aa70540c (patch)
tree828dee54340836b186be08f6ae74aca86eef4ac6 /recipes-qt/qt5/nativesdk-qtbase_git.bb
parent79029e538cebb72972e80b79dc596c122ad8c15b (diff)
qt5: remove all mingw32 specific changes
Change-Id: I41732cf1bb97e033c7e2170040834004996d12b1 Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 33413479..2197c732 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -23,7 +23,6 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:"
# common for qtbase-native, qtbase-nativesdk and qtbase
SRC_URI += "\
file://0001-Add-linux-oe-g-platform.patch \
- file://0001-Add-win32-g-oe-mkspec-that-uses-the-OE_-environment.patch \
file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
file://0005-configure-bump-path-length-from-256-to-512-character.patch \
file://0006-QOpenGLPaintDevice-sub-area-support.patch \
@@ -238,9 +237,6 @@ fakeroot do_generate_qt_environment_file() {
sed -i -e 's:${SDKPATHNATIVE}:$OECORE_NATIVE_SYSROOT:g' $script
}
-fakeroot do_generate_qt_environment_file_mingw32() {
-}
-
addtask generate_qt_environment_file after do_install before do_package
SRCREV = "41706400f605524a5a9953714aa0cfbf811dba7e"