[OE-core] [PATCH 2/3] webkit-gtk: recommends glib-networking to access https web page

Koen Kooi koen at dominion.thruhere.net
Tue Jun 28 08:01:10 UTC 2011


Op 28 jun 2011, om 09:42 heeft edwin.zhai at intel.com het volgende geschreven:

> From: Zhai Edwin <edwin.zhai at intel.com>
> 
> [YOCTO #1037] got fixed
> 
> Signed-off-by: Zhai Edwin <edwin.zhai at intel.com>
> ---
> meta/recipes-sato/webkit/webkit-gtk_svn.bb |    3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
> index 6d134ad..c9ded4e 100644
> --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb
> +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb
> @@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://WebCore/rendering/RenderApplet.h;endline=22;md5=fb969
> DEPENDS = "enchant gnome-keyring libsoup-2.4 curl icu libxml2 cairo libxslt libxt libidn gnutls gtk+ gstreamer gst-plugins-base flex-native gperf-native perl-native-runtime sqlite3"
> DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer flex-native gperf-native perl-native-runtime sqlite3"
> 
> +# To access ssl web pages
> +RRECOMMENDS_${PN} += "glib-networking"

Since webkit uses soup and curl, wouldn't it be better to add the RRECOMMENDS to soup instead? Webkit knows nothing about GIO.

regards,

Koen



More information about the Openembedded-core mailing list