From 3acae2dcd130122fe76504ec855af78db829d6ec Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 5 Oct 2017 18:32:03 +0300 Subject: webkitgtk: update to 2.18.3 gcc7.patch, musl-fixes.patch, and ppc-musl-fix.patch all change code that is no longer present in upstream tree. However, a patch with different musl fixes has been added. The rest of the patches are rebased to the new tree. Libtasn is a new dependency. Disable Gstreamer GL support on x86 due to clashing headers problem. Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/webkitgtk/gcc7.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta/recipes-sato/webkit/webkitgtk/gcc7.patch (limited to 'meta/recipes-sato/webkit/webkitgtk/gcc7.patch') diff --git a/meta/recipes-sato/webkit/webkitgtk/gcc7.patch b/meta/recipes-sato/webkit/webkitgtk/gcc7.patch deleted file mode 100644 index aee29a9a72..0000000000 --- a/meta/recipes-sato/webkit/webkitgtk/gcc7.patch +++ /dev/null @@ -1,23 +0,0 @@ -Imported from -https://src.fedoraproject.org/cgit/rpms/webkitgtk4.git/plain/gcc7.patch - -Add to CXX flags since webkitgtk uses c++ compiler by default -Fixes -Source/JavaScriptCore/runtime/JSGenericTypedArrayView.h:119:67: error: no matching function for call to 'JSC::JSGenericTypedArrayView::vector() const' -| return bitwise_cast(vector()); - -Signed-off-by: Khem Raj