qtbase-native: nativesdk-qtbase: remove patch that breaks mkspec setting for SDK

The patch 0008-configure-paths-for-target-qmake-properly.patch seems
to be intended for the target, not for native/nativesdk, as it breaks
the mkspec setting (sets linux-g++ instead of linux-oe-g++) by default.

This issue is also described here:
https://github.com/graugans/meta-udoo/issues/20#issuecomment-261241783

Signed-off-by: Frieder Schrempf <frieder.schrempf@exceet.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Schrempf Frieder
2017-02-16 16:05:58 +01:00
committed by Martin Jansa
parent ee301d84a7
commit 61c02506f6
3 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ SRC_URI += "\
file://0003-Add-external-hostbindir-option.patch \
file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
file://0005-configure-bump-path-length-from-256-to-512-character.patch \
file://0008-configure-paths-for-target-qmake-properly.patch \
file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \
"

View File

@@ -26,7 +26,6 @@ SRC_URI += "\
file://0003-Add-external-hostbindir-option.patch \
file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
file://0005-configure-bump-path-length-from-256-to-512-character.patch \
file://0008-configure-paths-for-target-qmake-properly.patch \
file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \
"

View File

@@ -21,11 +21,15 @@ SRC_URI += "\
file://0003-Add-external-hostbindir-option.patch \
file://0004-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
file://0005-configure-bump-path-length-from-256-to-512-character.patch \
file://0008-configure-paths-for-target-qmake-properly.patch \
file://0009-Disable-all-unknown-features-instead-of-erroring-out.patch \
file://0010-Pretend-Qt5-wasn-t-found-if-OE_QMAKE_PATH_EXTERNAL_H.patch \
"
# only for target qtbase
SRC_URI += "\
file://0008-configure-paths-for-target-qmake-properly.patch \
"
DEPENDS += "qtbase-native"
# LGPL-3.0 is used only in src/plugins/platforms/android/extract.cpp