diff options
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 11 |
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 = " \ | |||
12 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | 12 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI += "file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \ | 15 | # Patches from https://github.com/meta-qt5/qtdeclarative/commits/b5.14 |
16 | file://0001-Use-python3-explicitly.patch \ | 16 | # 5.14.meta-qt5.1 |
17 | " | 17 | SRC_URI += " \ |
18 | file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \ | ||
19 | file://0002-Use-python3-explicitly.patch \ | ||
20 | " | ||
18 | 21 | ||
19 | DEPENDS += "qtbase" | 22 | DEPENDS += "qtbase" |
20 | 23 | ||
@@ -28,6 +31,6 @@ do_install_append_class-nativesdk() { | |||
28 | rm -rf ${D}${OE_QMAKE_PATH_QML} | 31 | rm -rf ${D}${OE_QMAKE_PATH_QML} |
29 | } | 32 | } |
30 | 33 | ||
31 | SRCREV = "290251541e615358dcc7a289ff2adb30f309c132" | 34 | SRCREV = "51a158929b55dffbdfb757da8bd6a2cd181906c6" |
32 | 35 | ||
33 | BBCLASSEXTEND =+ "native nativesdk" | 36 | BBCLASSEXTEND =+ "native nativesdk" |