From: Zhai Edwin <[email protected]> It is required by libsoup for TLS support.
[YOCTO #1037] got fixed Signed-off-by: Zhai Edwin <[email protected]> --- meta/recipes-sato/web/web-webkit_svn.bb | 5 ++++- 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 a625929..2f79e0a 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 \ -- 1.7.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
