All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-qt5 1/4] qtbase: create empty oe-device-extra.pri
@ 2017-02-02 23:53 Martin Jansa
  2017-02-02 23:53 ` [PATCH][meta-qt5 2/4] qtwayland: Add libxkbcommon in the dependencies Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Martin Jansa @ 2017-02-02 23:53 UTC (permalink / raw)
  To: openembedded-devel

From: Herve Jourdain <herve.jourdain@neuf.fr>

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 <herve.jourdain@neuf.fr>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 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 354a01c..5db9aad 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} \
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-03-03  8:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-02 23:53 [PATCH][meta-qt5 1/4] qtbase: create empty oe-device-extra.pri Martin Jansa
2017-02-02 23:53 ` [PATCH][meta-qt5 2/4] qtwayland: Add libxkbcommon in the dependencies Martin Jansa
2017-02-02 23:54 ` [PATCH][meta-qt5 3/4] qtwayland: fix build without xkbcommon-evdev Martin Jansa
2017-02-03  0:00   ` Martin Jansa
2017-03-02 23:37     ` Denys Dmytriyenko
2017-03-03  8:42       ` Martin Jansa
2017-02-02 23:54 ` [PATCH][meta-qt5 4/4] qtwebengine: disable generate_character_data Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.