From 20331bd6b696793a7aa23a3c035e5ebcf3075aa3 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Mon, 4 Nov 2019 10:02:07 +0200 Subject: qt5: update to Qt 5.12.6 Signed-off-by: Mikko Gronoff --- ...004-configure-bump-path-length-from-256-to-512-character.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-qt/qt5/qtbase/0004-configure-bump-path-length-from-256-to-512-character.patch') diff --git a/recipes-qt/qt5/qtbase/0004-configure-bump-path-length-from-256-to-512-character.patch b/recipes-qt/qt5/qtbase/0004-configure-bump-path-length-from-256-to-512-character.patch index 6f06d61b..60ae7314 100644 --- a/recipes-qt/qt5/qtbase/0004-configure-bump-path-length-from-256-to-512-character.patch +++ b/recipes-qt/qt5/qtbase/0004-configure-bump-path-length-from-256-to-512-character.patch @@ -15,12 +15,12 @@ Signed-off-by: Denys Dmytriyenko 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.pri b/configure.pri -index 09c34af4ee..8079233627 100644 +index b109192..cccbf1c 100644 --- a/configure.pri +++ b/configure.pri -@@ -839,10 +839,10 @@ defineTest(qtConfOutput_preparePaths) { - "static const char qt_configure_installation [12+11] = \"qt_instdate=2012-12-20\";" \ - "" \ +@@ -836,10 +836,10 @@ defineTest(qtConfOutput_preparePaths) { + + $${currentConfig}.output.qconfigSource = \ "/* Installation Info */" \ - "static const char qt_configure_prefix_path_str [12+256] = \"qt_prfxpath=$$config.input.prefix\";" \ + "static const char qt_configure_prefix_path_str [12+512] = \"qt_prfxpath=$$config.input.prefix\";" \ -- cgit v1.2.3