aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative_git.bb')
-rw-r--r--recipes-qt/qt5/qtdeclarative_git.bb11
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb
index 8a0a1ec3..450b8a55 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -12,9 +12,12 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
"
-SRC_URI += "file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \
- file://0001-Use-python3-explicitly.patch \
- "
+# Patches from https://github.com/meta-qt5/qtdeclarative/commits/b5.14
+# 5.14.meta-qt5.1
+SRC_URI += " \
+ file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \
+ file://0002-Use-python3-explicitly.patch \
+"
DEPENDS += "qtbase"
@@ -28,6 +31,6 @@ do_install_append_class-nativesdk() {
rm -rf ${D}${OE_QMAKE_PATH_QML}
}
-SRCREV = "290251541e615358dcc7a289ff2adb30f309c132"
+SRCREV = "51a158929b55dffbdfb757da8bd6a2cd181906c6"
BBCLASSEXTEND =+ "native nativesdk"