diff options
| -rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 354a01ce..5db9aad1 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
| @@ -130,6 +130,9 @@ QT_CONFIG_FLAGS += " \ | |||
| 130 | " | 130 | " |
| 131 | 131 | ||
| 132 | do_configure() { | 132 | do_configure() { |
| 133 | # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" during configuration | ||
| 134 | touch ${S}/mkspecs/oe-device-extra.pri | ||
| 135 | |||
| 133 | ${S}/configure -v \ | 136 | ${S}/configure -v \ |
| 134 | -opensource -confirm-license \ | 137 | -opensource -confirm-license \ |
| 135 | -sysroot ${STAGING_DIR_TARGET} \ | 138 | -sysroot ${STAGING_DIR_TARGET} \ |
