]> Git Repo - buildroot-mgba.git/commit
package/qt5/qt5webkit: fix patch fuzz
authorDario Binacchi <[email protected]>
Sun, 7 Jul 2024 19:44:39 +0000 (21:44 +0200)
committerThomas Petazzoni <[email protected]>
Fri, 12 Jul 2024 13:43:00 +0000 (15:43 +0200)
commit6d0cce7dab6cbfad02edd27254b548948612432e
tree76b535fa55c7a8b0258d162ff49177af0e2a5fbd
parent93b460a29449ba3fae3dbd42cdd228475e767ff1
package/qt5/qt5webkit: fix patch fuzz

Commit 8f88a644ed7d6 ("support/scripts/apply-patches.sh: set the maximum
fuzz factor to 0") reduced the fuzz factor.

Due to this change, qt5webkit fails to build with output:

    Applying 0004-Remove-invalid-g_object-declarations-to-fix-build-wi.patch using patch:
    patching file Source/WTF/wtf/glib/GRefPtr.h
    Hunk #1 FAILED at 29.
    1 out of 1 hunk FAILED -- saving rejects to file Source/WTF/wtf/glib/GRefPtr.h.rej

This commit refreshes the package patch on the current package version.

Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/qt5/qt5webkit/0004-Remove-invalid-g_object-declarations-to-fix-build-wi.patch
This page took 0.033839 seconds and 4 git commands to generate.