| Submitter | Zhai, Edwin |
|---|---|
| Date | June 25, 2011, 3:54 a.m. |
| Message ID | <cover.1308973924.git.edwin.zhai@intel.com> |
| Download | mbox |
| Permalink | /patch/6503/ |
| State | New, archived |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Sat, 25 Jun 2011 03:56:52 +0000 (UTC) Received: by 10.68.50.137 with SMTP id c9cs177202pbo; Fri, 24 Jun 2011 20:56:14 -0700 (PDT) Received: by 10.223.62.194 with SMTP id y2mr5424281fah.123.1308974169418; Fri, 24 Jun 2011 20:56:09 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org [188.40.83.200]) by mx.google.com with ESMTPS id c18si4448678fak.75.2011.06.24.20.56.07 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Jun 2011 20:56:08 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1QaK1r-00037P-5C; Sat, 25 Jun 2011 05:59:31 +0200 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <edwin.zhai@intel.com>) id 1QaK1p-00037A-AZ for openembedded-core@lists.openembedded.org; Sat, 25 Jun 2011 05:59:29 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 24 Jun 2011 20:55:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,422,1304319600"; d="scan'208";a="19582152" Received: from yocto-build3.sh.intel.com ([10.239.48.58]) by orsmga001.jf.intel.com with ESMTP; 24 Jun 2011 20:55:49 -0700 From: edwin.zhai@intel.com To: openembedded-core@lists.openembedded.org Date: Sat, 25 Jun 2011 11:54:18 +0800 Message-Id: <cover.1308973924.git.edwin.zhai@intel.com> X-Mailer: git-send-email 1.7.1 Subject: [OE-core] [PATCH 0/2] Enable https pages for web browser X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Zhai Edwin <edwin.zhai@intel.com> For accessing https web page, libsoup requres modules from glib-networking for TLS/SSL support. These patches add and install it. The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5: runqueue.py: Add umask task control (2011-06-24 12:23:12 +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 (2): glib-networking: Add 2.28.7 as new recipe webkit-gtk: recommends glib-networking to access https web page meta/recipes-sato/web/glib-networking_2.28.7.bb | 21 +++++++++++++++++++++ meta/recipes-sato/webkit/webkit-gtk_svn.bb | 3 +++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-sato/web/glib-networking_2.28.7.bb