All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] web-webkit: enable https web page accessing
@ 2011-06-29  6:39 edwin.zhai
  2011-06-29  6:39 ` [PATCH 1/1] web-webkit: recommends glib-networking to access https web page edwin.zhai
  2011-06-29 13:41 ` [PATCH 0/1] web-webkit: enable https web page accessing Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: edwin.zhai @ 2011-06-29  6:39 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

Let web-webkit RRECOMMENDS glib-networing for TLS support.

The following changes since commit a4f3e006e1f2fd93f156012af2a05adccf41d065:

  u-boot-mkimage: bump version to 2011.03 (2011-06-28 17:13:19 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib gzhai/master
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master

Zhai Edwin (1):
  web-webkit: recommends glib-networking to access https web page

 meta/recipes-sato/web/web-webkit_svn.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] web-webkit: recommends glib-networking to access https web page
  2011-06-29  6:39 [PATCH 0/1] web-webkit: enable https web page accessing edwin.zhai
@ 2011-06-29  6:39 ` edwin.zhai
  2011-06-29 13:41 ` [PATCH 0/1] web-webkit: enable https web page accessing Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: edwin.zhai @ 2011-06-29  6:39 UTC (permalink / raw)
  To: openembedded-core

From: Zhai Edwin <edwin.zhai@intel.com>

It is required by libsoup for TLS support.

[YOCTO #1037] got fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
 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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] web-webkit: enable https web page accessing
  2011-06-29  6:39 [PATCH 0/1] web-webkit: enable https web page accessing edwin.zhai
  2011-06-29  6:39 ` [PATCH 1/1] web-webkit: recommends glib-networking to access https web page edwin.zhai
@ 2011-06-29 13:41 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-29 13:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-06-29 at 14:39 +0800, edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
> 
> Let web-webkit RRECOMMENDS glib-networing for TLS support.
> 
> The following changes since commit a4f3e006e1f2fd93f156012af2a05adccf41d065:
> 
>   u-boot-mkimage: bump version to 2011.03 (2011-06-28 17:13:19 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib gzhai/master
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master
> 
> Zhai Edwin (1):
>   web-webkit: recommends glib-networking to access https web page

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-29 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29  6:39 [PATCH 0/1] web-webkit: enable https web page accessing edwin.zhai
2011-06-29  6:39 ` [PATCH 1/1] web-webkit: recommends glib-networking to access https web page edwin.zhai
2011-06-29 13:41 ` [PATCH 0/1] web-webkit: enable https web page accessing Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.