From 8092d985b83999c0b9d3d6bfdac5150dec58a967 Mon Sep 17 00:00:00 2001 From: Herve Jourdain Date: Thu, 19 Jan 2017 21:07:47 +0800 Subject: qtbase: create empty oe-device-extra.pri During configure, it complains it can't find oe-device-extra.pri, but it doesn't result in any error. Fix it, though, just in case. Signed-off-by: Herve Jourdain Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtbase_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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 += " \ " do_configure() { + # Avoid qmake error "Cannot read [...]/usr/lib/qt5/mkspecs/oe-device-extra.pri: No such file or directory" during configuration + touch ${S}/mkspecs/oe-device-extra.pri + ${S}/configure -v \ -opensource -confirm-license \ -sysroot ${STAGING_DIR_TARGET} \ -- cgit v1.2.3-54-g00ecf