diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-10-07 12:18:23 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-10-08 20:02:46 +0000 |
commit | c3732724cad7056899c05097e28041ef0a3b173f (patch) | |
tree | c376396a2a99415f2623aebcdde516b1888938ac /recipes-qt/qt5/ogl-runtime_git.bb | |
parent | 9172ba1c74db752f31f92833f581a27a0be60d72 (diff) | |
download | meta-qt5-c3732724cad7056899c05097e28041ef0a3b173f.tar.gz |
ogl-runtime: Fix build on x86_64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/ogl-runtime_git.bb')
-rw-r--r-- | recipes-qt/qt5/ogl-runtime_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/ogl-runtime_git.bb b/recipes-qt/qt5/ogl-runtime_git.bb index 049f885a..97e25bc1 100644 --- a/recipes-qt/qt5/ogl-runtime_git.bb +++ b/recipes-qt/qt5/ogl-runtime_git.bb | |||
@@ -19,6 +19,7 @@ SRC_URI += " \ | |||
19 | file://0001-Fix-examples-build-error.patch \ | 19 | file://0001-Fix-examples-build-error.patch \ |
20 | file://0002-Fix-format-security-issues.patch \ | 20 | file://0002-Fix-format-security-issues.patch \ |
21 | file://0003-Fix-build-on-musl-libc.patch \ | 21 | file://0003-Fix-build-on-musl-libc.patch \ |
22 | file://0001-Qt3DSSimpleTypes-make-QT3DSU64-as-unsigned-long-on-l.patch \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | SRCREV_ogl-runtime = "a41270dced230d90e0e07f2ebb880e4f97317a7f" | 25 | SRCREV_ogl-runtime = "a41270dced230d90e0e07f2ebb880e4f97317a7f" |