diff options
| -rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 2 | ||||
| -rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 0f1c6d6c..6f334c12 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
| @@ -97,7 +97,7 @@ OE_QMAKE_PATH_HOST_LIBS = "${libdir}" | |||
| 97 | 97 | ||
| 98 | # for qtbase configuration we need default settings | 98 | # for qtbase configuration we need default settings |
| 99 | # since we cannot set empty set filename to a not existent file | 99 | # since we cannot set empty set filename to a not existent file |
| 100 | export OE_QMAKE_QTCONF_PATH = "foodummy" | 100 | deltask generate_qt_config_file |
| 101 | 101 | ||
| 102 | do_configure() { | 102 | do_configure() { |
| 103 | ${S}/configure -v \ | 103 | ${S}/configure -v \ |
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 2420580b..c8bf0083 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
| @@ -82,7 +82,7 @@ PACKAGECONFIG_CONFARGS = " \ | |||
| 82 | 82 | ||
| 83 | # for qtbase configuration we need default settings | 83 | # for qtbase configuration we need default settings |
| 84 | # since we cannot set empty set filename to a not existent file | 84 | # since we cannot set empty set filename to a not existent file |
| 85 | export OE_QMAKE_QTCONF_PATH = "foodummy" | 85 | deltask generate_qt_config_file |
| 86 | 86 | ||
| 87 | do_configure_prepend() { | 87 | do_configure_prepend() { |
| 88 | # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" | 88 | # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" |
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 2115557f..8cd23a02 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
| @@ -141,7 +141,7 @@ QT_CONFIG_FLAGS += " \ | |||
| 141 | 141 | ||
| 142 | # for qtbase configuration we need default settings | 142 | # for qtbase configuration we need default settings |
| 143 | # since we cannot set empty set filename to a not existent file | 143 | # since we cannot set empty set filename to a not existent file |
| 144 | export OE_QMAKE_QTCONF_PATH = "foodummy" | 144 | deltask generate_qt_config_file |
| 145 | 145 | ||
| 146 | do_configure() { | 146 | do_configure() { |
| 147 | # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" during configuration | 147 | # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" during configuration |
