aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtvirtualkeyboard_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-02-07 23:14:30 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2023-02-11 09:05:40 +0100
commita7b4c5a5f6d00c246093294423aa67873523e6d5 (patch)
tree91dcd48983a020735647a1f12549f451511aa4e6 /recipes-qt/qt5/qtvirtualkeyboard_git.bb
parent2c7ddcefe58099578094c91ed9a2f48f755e2dfa (diff)
qtvirtualkeyboard: Fix build when std=c++17
clang-16 will be defaulting to c++17 across C++ runtime as well, which means auto_ptr is reported as error, make provisions to replace it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtvirtualkeyboard_git.bb')
-rw-r--r--recipes-qt/qt5/qtvirtualkeyboard_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtvirtualkeyboard_git.bb b/recipes-qt/qt5/qtvirtualkeyboard_git.bb
index 52640ecf..84518dce 100644
--- a/recipes-qt/qt5/qtvirtualkeyboard_git.bb
+++ b/recipes-qt/qt5/qtvirtualkeyboard_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"
+SRC_URI += "file://0001-replace-deprecated-std-auto_ptr-with-std-unique_ptr.patch"
+
# To enabled Nuance T9 Write support, you need to provide the licensed components
# and enable "t9write" in PACKAGECONFIG. This can be done in a separate .bbappend file.
# for example: