diff options
author | Jani Suonpera <jani.suonpera@qt.io> | 2021-01-08 10:42:31 +0200 |
---|---|---|
committer | Jani Suonpera <jani.suonpera@qt.io> | 2021-01-28 11:10:48 +0200 |
commit | cde62a02b20aac573b2cb7cb8dbc90371ea641da (patch) | |
tree | 539a8cca0254adc529a1145efe43427540e89780 /recipes-qt/qt5/qtxmlpatterns_git.bb | |
parent | 41c0d8d277c76b0fda423f2aaa794d3f3889ce99 (diff) | |
download | meta-qt5-cde62a02b20aac573b2cb7cb8dbc90371ea641da.tar.gz |
Submodule update for 5.15.3
LTS branches are used which need ssh access to coderview.
LTS branches are commercial only.
Task-number: QTBUG-88745
Change-Id: Id1273d8ba27e04aea4a1abf291370855ce57a73c
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtxmlpatterns_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtxmlpatterns_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb index f5db658d..a458e0b5 100644 --- a/recipes-qt/qt5/qtxmlpatterns_git.bb +++ b/recipes-qt/qt5/qtxmlpatterns_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | require qt5-git.inc | 2 | require qt5-lts.inc |
3 | require qt5-ptest.inc | 3 | require qt5-ptest.inc |
4 | 4 | ||
5 | HOMEPAGE = "http://www.qt.io" | 5 | HOMEPAGE = "http://www.qt.io" |
@@ -25,6 +25,6 @@ do_configure_prepend() { | |||
25 | 25 | ||
26 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtdeclarative', 'CONFIG+=OE_QTDECLARATIVE_ENABLED', '', d)}" | 26 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtdeclarative', 'CONFIG+=OE_QTDECLARATIVE_ENABLED', '', d)}" |
27 | 27 | ||
28 | SRCREV = "50421402f05b3ee3c76c6cff455a69efaf576b6d" | 28 | SRCREV = "189e28d0aff1f3d7960228ba318b83e3cadac98c" |
29 | 29 | ||
30 | BBCLASSEXTEND =+ "native nativesdk" | 30 | BBCLASSEXTEND =+ "native nativesdk" |