From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/meta-qt5/recipes-qt/qt5/qtscript_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'external/meta-qt5/recipes-qt/qt5/qtscript_git.bb') diff --git a/external/meta-qt5/recipes-qt/qt5/qtscript_git.bb b/external/meta-qt5/recipes-qt/qt5/qtscript_git.bb index aa0e28d4..c796cc40 100644 --- a/external/meta-qt5/recipes-qt/qt5/qtscript_git.bb +++ b/external/meta-qt5/recipes-qt/qt5/qtscript_git.bb @@ -11,12 +11,10 @@ LIC_FILES_CHKSUM = " \ file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ " -# Patches from https://github.com/meta-qt5/qtscript/commits/b5.11 -# 5.11.meta-qt5.3 +# Patches from https://github.com/meta-qt5/qtscript/commits/b5.14 +# 5.14.meta-qt5.1 SRC_URI += " \ - file://0001-3rdparty-javascriptcore-Add-RISC-V-support.patch \ - file://0002-Include-asm-sgidefs.h-on-non-glibc-systems.patch \ - file://0002-Fix-build-with-GCC-8.3.patch \ + file://0001-Include-asm-sgidefs.h-on-non-glibc-systems.patch \ " # qemuarm build fails with: @@ -38,4 +36,4 @@ DEPENDS += "qtbase" # http://errors.yoctoproject.org/Errors/Build/44915/ LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" -SRCREV = "cf09bc7285793d81a9755bf7e807c9d51d47d980" +SRCREV = "bdf42faf19518cf2aceca74f91ab003d204d11be" -- cgit 1.2.3-korg