diff options
Diffstat (limited to 'recipes-qt/qt5/qtscript_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtscript_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb index e172ba33..ed2f82ec 100644 --- a/recipes-qt/qt5/qtscript_git.bb +++ b/recipes-qt/qt5/qtscript_git.bb | |||
| @@ -11,11 +11,10 @@ LIC_FILES_CHKSUM = " \ | |||
| 11 | file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 11 | file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | # Patches from https://github.com/meta-qt5/qtscript/commits/b5.11 | 14 | # Patches from https://github.com/meta-qt5/qtscript/commits/b5.12 |
| 15 | # 5.11.meta-qt5.2 | 15 | # 5.12.meta-qt5.1 |
| 16 | SRC_URI += " \ | 16 | SRC_URI += " \ |
| 17 | file://0001-3rdparty-javascriptcore-Add-RISC-V-support.patch \ | 17 | file://0001-Include-asm-sgidefs.h-on-non-glibc-systems.patch \ |
| 18 | file://0002-Include-asm-sgidefs.h-on-non-glibc-systems.patch \ | ||
| 19 | " | 18 | " |
| 20 | 19 | ||
| 21 | # qemuarm build fails with: | 20 | # qemuarm build fails with: |
| @@ -37,4 +36,4 @@ DEPENDS += "qtbase" | |||
| 37 | # http://errors.yoctoproject.org/Errors/Build/44915/ | 36 | # http://errors.yoctoproject.org/Errors/Build/44915/ |
| 38 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" | 37 | LDFLAGS_append_x86 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" |
| 39 | 38 | ||
| 40 | SRCREV = "cf09bc7285793d81a9755bf7e807c9d51d47d980" | 39 | SRCREV = "0be84da60090e9d20ec0066bcd3900ca5572df95" |
