diff options
author | Carlos Alberto Lopez Perez <clopez@igalia.com> | 2016-11-09 18:39:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:02:29 +0000 |
commit | fe694f9713595fc5f83c47111f03fc8a0a222f14 (patch) | |
tree | 0041892e2c14eb5e7560178670cf1869a5d09cdc /meta/recipes-sato/webkit | |
parent | ebb73aa6ad920bfd6a23f8c20105d6bcf07dd3d5 (diff) | |
download | openembedded-core-fe694f9713595fc5f83c47111f03fc8a0a222f14.tar.gz openembedded-core-fe694f9713595fc5f83c47111f03fc8a0a222f14.tar.bz2 openembedded-core-fe694f9713595fc5f83c47111f03fc8a0a222f14.zip |
webkitgtk: move recommends on ca-certificates from epiphany to webkitgtk.
* The webkitgtk package should recommend the ca-certificates one,
because any program usign webkit (and not only epiphany) would
expect that the CAs certificates are available and that https
validation works as expected.
* For example, webkitgtk includes a MiniBrowser program that would
fail to proper verify https sites if the ca-certificate package
is not installed
* Instead of making each one of the webkitgtk consumers care about
the certificate package, do this in webkit itself.
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb index 28bbde2a6b..1f2166cc3b 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb @@ -89,6 +89,8 @@ SECURITY_CFLAGS_append_aarch64 = " -fPIE" FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" +RRECOMMENDS_${PN} += "ca-certificates" + # http://errors.yoctoproject.org/Errors/Details/20370/ ARM_INSTRUCTION_SET_armv4 = "arm" ARM_INSTRUCTION_SET_armv5 = "arm" |