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:10:14 +0000 |
commit | 595a84f0c1b94fbfc6683f610e9e1c57ece777ef (patch) | |
tree | 9f837d80a29bea1fe19788e89bf4519ee0c3a187 /meta/recipes-gnome | |
parent | 8b686f281c07dd473bb56b85633392457afde975 (diff) | |
download | poky-595a84f0c1b94fbfc6683f610e9e1c57ece777ef.tar.gz |
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.
(From OE-Core rev: fe694f9713595fc5f83c47111f03fc8a0a222f14)
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.22.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb b/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb index 3c63d33727..2a9d200209 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "WebKit based web browser for GNOME" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr \ | 5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ |
6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native" | 6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native" |
7 | 7 | ||
8 | inherit gnomebase gsettings distro_features_check upstream-version-is-even | 8 | inherit gnomebase gsettings distro_features_check upstream-version-is-even |
@@ -20,4 +20,3 @@ do_configure_prepend() { | |||
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" | 21 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" |
22 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" | 22 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" |
23 | RRECOMMENDS_${PN} = "ca-certificates" | ||