From 5ef3a0ffd3324937252790266e2b2e64d33ef34f Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Thu, 7 Apr 2022 00:16:16 +0200 Subject: qtdeclarative: Fix build with gcc-11 Origin: https://lists.buildroot.org/pipermail/buildroot/2021-July/617465.html Signed-off-by: Carlos Rafael Giani Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtdeclarative_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-qt/qt5/qtdeclarative_git.bb') diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index b588df0e..3009139b 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb @@ -17,6 +17,8 @@ LIC_FILES_CHKSUM = " \ SRC_URI += " \ file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \ file://0002-Use-python3-explicitly.patch \ + file://0003-qv4regexp_p-needs-c-limits-include-instead-of-plain-.patch \ + file://0004-qqmlprofilerevent_p-needs-c-limits-inlcude-fixes-gcc.patch \ " DEPENDS += "qtbase" -- cgit v1.2.3