summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-03 17:45:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-05 12:00:34 +0000
commit210daa5ea77ec716bb77aba9d5554b92bd114028 (patch)
treeda83b5544e6abd70b7710d7b1267298e1b4dce94 /meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
parentb486903ccc2070d365c21caae5bbfee8d765c5a0 (diff)
downloadpoky-210daa5ea77ec716bb77aba9d5554b92bd114028.tar.gz
webkitgtk: Prefer -pthread over -lpthread
-pthread is compiler driver option which links in needed dependencies for pthreads along with -lpthread, this aids in fixing build failures on rv64 (From OE-Core rev: 94446ea1bfcb175af6fcaf5969a3a4507fdbf470) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.26.2.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.26.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
index a223cfd451..a184d833c4 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
@@ -15,6 +15,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
15 file://0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch \ 15 file://0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch \
16 file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \ 16 file://0001-Fix-racy-parallel-build-of-WebKit2-4.0.gir.patch \
17 file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ 17 file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \
18 file://0001-Enable-THREADS_PREFER_PTHREAD_FLAG.patch \
18 file://x32_support.patch \ 19 file://x32_support.patch \
19 file://cross-compile.patch \ 20 file://cross-compile.patch \
20 file://0001-Fix-build-with-musl.patch \ 21 file://0001-Fix-build-with-musl.patch \