diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-11-18 07:40:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:20 +0000 |
commit | 191265a935d23275732c329fe935b82140fb12a4 (patch) | |
tree | 338452e7ec10217edcfe5f0e4446a083c50e967e /meta/recipes-sato/webkit | |
parent | 7081beeb18cf332cb4297ae73a2c432bc40f8b5d (diff) | |
download | poky-191265a935d23275732c329fe935b82140fb12a4.tar.gz |
webkitgtk: Remove clang specific option
This should be no longer needed. if needed then meta-clang might be
better suited
(From OE-Core rev: ad9dd755646fdb42b88440e9464f1d94e244c316)
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')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb index 299d14a6f5..0139f01017 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | |||
@@ -99,8 +99,6 @@ EXTRA_OECMAKE_append_x86-x32 = " -DENABLE_JIT=OFF " | |||
99 | SECURITY_CFLAGS_remove_aarch64 = "-fpie" | 99 | SECURITY_CFLAGS_remove_aarch64 = "-fpie" |
100 | SECURITY_CFLAGS_append_aarch64 = " -fPIE" | 100 | SECURITY_CFLAGS_append_aarch64 = " -fPIE" |
101 | 101 | ||
102 | LDFLAGS_append_toolchain-clang = " -rtlib=compiler-rt" | ||
103 | |||
104 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" | 102 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" |
105 | 103 | ||
106 | RRECOMMENDS_${PN} += "ca-certificates shared-mime-info" | 104 | RRECOMMENDS_${PN} += "ca-certificates shared-mime-info" |