diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-05-02 00:44:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-05-02 00:44:13 +0200 |
commit | 6310c5c17380ad5e3bdaf1938e025d713066e7ee (patch) | |
tree | a823ea744e8c148d8bc4682b44c34f757885a2ba /recipes-qt/qt5/qtdeclarative_git.bb | |
parent | dcf2ece48ea45336f44e01fd3f93e0efa0a163b6 (diff) | |
download | meta-qt5-upstream/warrior.tar.gz |
qtdeclarative: fix build with gcc-11upstream/warrior-nextupstream/warrior
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index d27450b8..43c1063c 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -27,3 +27,5 @@ do_install_append_class-nativesdk() { | |||
27 | SRCREV = "36e4e9bbd402cefab9d7b68635a94a02e0b41187" | 27 | SRCREV = "36e4e9bbd402cefab9d7b68635a94a02e0b41187" |
28 | 28 | ||
29 | BBCLASSEXTEND =+ "native nativesdk" | 29 | BBCLASSEXTEND =+ "native nativesdk" |
30 | |||
31 | SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" | ||