Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/qt5/qt5webkit: backport upstream patches to fix build
@ 2024-03-13 22:46 Alexis Lothoré via buildroot
  2024-03-13 22:46 ` [Buildroot] [PATCH 1/2] package/qt5/qt5webkit: fix JavaScriptCore parser error Alexis Lothoré via buildroot
  2024-03-13 22:46 ` [Buildroot] [PATCH 2/2] package/qt5/qt5webkit: fix WebCore compatibility issue with updated libxml2 Alexis Lothoré via buildroot
  0 siblings, 2 replies; 7+ messages in thread
From: Alexis Lothoré via buildroot @ 2024-03-13 22:46 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Julien Corjon, Thomas Petazzoni

Hello,
while updating a local buildroot tree to 2024.02, I observed some build
failures around qt5webkit, which are reproducible with upstream tree with
the following minimal defconfig, both on 2024.02 tag and master:

BR2_arm=y
BR2_cortex_a9=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARMV7_EABIHF_GLIBC_STABLE=y
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5WEBKIT=y

There are two different issues breaking the build. Both are already fixed
in upstream Webkit repository, but the current qt5webkit version tracked in
buildroot does not have the corresponding fixes. This series brings the two
corresponding patches from upstream Webkit to fix the build.

Alexis Lothoré (2):
  package/qt5/qt5webkit: fix JavaScriptCore parser error
  package/qt5/qt5webkit: fix WebCore compatibility issue with updated
    libxml2

 ...ngs-with-newer-Ruby-versions-https-b.patch | 48 +++++++++++++++
 ...-libxml2-version-2.12.0-due-to-API-c.patch | 61 +++++++++++++++++++
 2 files changed, 109 insertions(+)
 create mode 100644 package/qt5/qt5webkit/0007-Offlineasm-warnings-with-newer-Ruby-versions-https-b.patch
 create mode 100644 package/qt5/qt5webkit/0008-Build-fails-with-libxml2-version-2.12.0-due-to-API-c.patch

-- 
2.43.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-31 16:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 22:46 [Buildroot] [PATCH 0/2] package/qt5/qt5webkit: backport upstream patches to fix build Alexis Lothoré via buildroot
2024-03-13 22:46 ` [Buildroot] [PATCH 1/2] package/qt5/qt5webkit: fix JavaScriptCore parser error Alexis Lothoré via buildroot
2024-07-12 13:45   ` Thomas Petazzoni via buildroot
2024-07-31 16:35   ` Peter Korsgaard
2024-03-13 22:46 ` [Buildroot] [PATCH 2/2] package/qt5/qt5webkit: fix WebCore compatibility issue with updated libxml2 Alexis Lothoré via buildroot
2024-07-12 13:45   ` Thomas Petazzoni via buildroot
2024-07-31 16:35   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox