diff options
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 1a42b81d..3ff69d60 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb | |||
@@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = " \ | |||
16 | # 5.15.meta-qt5.1 | 16 | # 5.15.meta-qt5.1 |
17 | SRC_URI += " \ | 17 | SRC_URI += " \ |
18 | file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \ | 18 | file://0001-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-locate-qmlca.patch \ |
19 | file://0002-Use-python3-explicitly.patch \ | ||
20 | " | 19 | " |
21 | 20 | ||
22 | LDFLAGS_append_riscv64 = " -pthread" | 21 | LDFLAGS_append_riscv64 = " -pthread" |
@@ -33,6 +32,6 @@ do_install_append_class-nativesdk() { | |||
33 | rm -rf ${D}${OE_QMAKE_PATH_QML} | 32 | rm -rf ${D}${OE_QMAKE_PATH_QML} |
34 | } | 33 | } |
35 | 34 | ||
36 | SRCREV = "0fafffedf4857f6bdd8e54b72ab806594ef5674b" | 35 | SRCREV = "104eae5b17b0ec700391e9539ee3a4f638588194" |
37 | 36 | ||
38 | BBCLASSEXTEND =+ "native nativesdk" | 37 | BBCLASSEXTEND =+ "native nativesdk" |