diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index f92d37ea33..e42dc350c0 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -5,8 +5,6 @@ SRC_URI += " \ file://0002-qmake-is-already-built-in-qt5-tools-native.patch \ file://0003-Allow-building-a-separate-qmake-for-the-target.patch \ file://0004-configure-eval-QMAKE_CXX.patch \ - file://qmake.conf.sh \ - file://qplatformdefs.h \ " DEPENDS += "qtbase-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU}" @@ -53,12 +51,6 @@ EOF OE_XQMAKESPEC="${S}/mkspecs/${TARGET_OS}-oe-g++" do_configure_append() { - # qtbase is exception, create mkspecs for it - if [ ! -e ${OE_XQMAKESPEC} ]; then - mkdir -p ${OE_XQMAKESPEC} - bash ${WORKDIR}/qmake.conf.sh > ${OE_XQMAKESPEC}/qmake.conf - fi - ./configure -v \ -dont-process \ -opensource -confirm-license \ diff --git a/recipes-qt/qt5/qtbase/qmake.conf.sh b/recipes-qt/qt5/qtbase/qmake.conf.sh deleted file mode 100644 index a3164d6893..0000000000 --- a/recipes-qt/qt5/qtbase/qmake.conf.sh +++ /dev/null @@ -1,41 +0,0 @@ -cat <