summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit_svn.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-06-24 07:58:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-29 14:41:33 +0100
commit8a4d33a0d856ad35760295d66e9fb356c6be5a5e (patch)
tree636986f25ba4d436ba769cbc606698cd9241d062 /meta/recipes-sato/web/web-webkit_svn.bb
parent0c1f12f4d190a2f5a838d8d1e53c30415b016a5a (diff)
downloadopenembedded-core-contrib-8a4d33a0d856ad35760295d66e9fb356c6be5a5e.tar.gz
web-webkit: recommends glib-networking to access https web page
It is required by libsoup for TLS support. [YOCTO #1037] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-sato/web/web-webkit_svn.bb')
-rw-r--r--meta/recipes-sato/web/web-webkit_svn.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/web/web-webkit_svn.bb b/meta/recipes-sato/web/web-webkit_svn.bb
index a625929d0d..2f79e0ad1c 100644
--- a/meta/recipes-sato/web/web-webkit_svn.bb
+++ b/meta/recipes-sato/web/web-webkit_svn.bb
@@ -8,9 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
SECTION = "x11"
DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl"
+# To access https web pages
+RRECOMMENDS_${PN} += "glib-networking"
+
SRCREV = "130"
PV = "0.0+svnr${SRCPV}"
-PR = "r3"
+PR = "r4"
SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \
file://link-with-g++.patch \