* [PATCH 0/2] Enable https pages for web browser
@ 2011-06-25 3:54 edwin.zhai
2011-06-25 3:54 ` [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe edwin.zhai
2011-06-25 3:54 ` [PATCH 2/2] webkit-gtk: recommends glib-networking to access https web page edwin.zhai
0 siblings, 2 replies; 7+ messages in thread
From: edwin.zhai @ 2011-06-25 3:54 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe
2011-06-25 3:54 [PATCH 0/2] Enable https pages for web browser edwin.zhai
@ 2011-06-25 3:54 ` edwin.zhai
2011-06-27 9:53 ` Koen Kooi
2011-06-27 10:17 ` Koen Kooi
2011-06-25 3:54 ` [PATCH 2/2] webkit-gtk: recommends glib-networking to access https web page edwin.zhai
1 sibling, 2 replies; 7+ messages in thread
From: edwin.zhai @ 2011-06-25 3:54 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
glib-networking contains the implementations of certain GLib networking
features that cannot be implemented directly in GLib itself because of their
dependencies. TLS/SSL support is one of them, which is needed for accessing SSL
web page.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
meta/recipes-sato/web/glib-networking_2.28.7.bb | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-sato/web/glib-networking_2.28.7.bb
diff --git a/meta/recipes-sato/web/glib-networking_2.28.7.bb b/meta/recipes-sato/web/glib-networking_2.28.7.bb
new file mode 100644
index 0000000..15026ae
--- /dev/null
+++ b/meta/recipes-sato/web/glib-networking_2.28.7.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies."
+HOMEPAGE = "http://git.gnome.org/browse/glib-networking/"
+BUGTRACKER = "http://bugzilla.gnome.org"
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
+
+SECTION = "libs"
+DEPENDS = "glib-2.0 gnutls"
+
+PR = "r0"
+
+SRC_URI = "${GNOME_MIRROR}/glib-networking/2.28/glib-networking-${PV}.tar.bz2"
+
+SRC_URI[archive.md5sum] = "c10e51571d03c10111a37bcd21fbf777"
+SRC_URI[archive.sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${libdir}/gio/modules/libgio* ${datadir}/dbus-1/services/"
+FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/"
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe
2011-06-25 3:54 ` [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe edwin.zhai
@ 2011-06-27 9:53 ` Koen Kooi
2011-06-28 1:02 ` Zhai, Edwin
2011-06-27 10:17 ` Koen Kooi
1 sibling, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2011-06-27 9:53 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 25 jun 2011, om 05:54 heeft edwin.zhai@intel.com het volgende geschreven:
> From: Zhai Edwin <edwin.zhai@intel.com>
>
> glib-networking contains the implementations of certain GLib networking
> features that cannot be implemented directly in GLib itself because of their
> dependencies. TLS/SSL support is one of them, which is needed for accessing SSL
> web page.
>
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> ---
> meta/recipes-sato/web/glib-networking_2.28.7.bb | 21 +++++++++++++++++++++
The recipe looks good, but it shouldn't be hidden in recipes-sato/web/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe
2011-06-27 9:53 ` Koen Kooi
@ 2011-06-28 1:02 ` Zhai, Edwin
0 siblings, 0 replies; 7+ messages in thread
From: Zhai, Edwin @ 2011-06-28 1:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote:
>
> Op 25 jun 2011, om 05:54 heeft edwin.zhai@intel.com het volgende
> geschreven:
>
> > From: Zhai Edwin <edwin.zhai@intel.com>
> >
> > glib-networking contains the implementations of certain GLib networking
> > features that cannot be implemented directly in GLib itself because
> of their
> > dependencies. TLS/SSL support is one of them, which is needed for
> accessing SSL
> > web page.
> >
> > Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> > ---
> > meta/recipes-sato/web/glib-networking_2.28.7.bb | 21
> +++++++++++++++++++++
>
> The recipe looks good, but it shouldn't be hidden in recipes-sato/web/
>
From function level, only web requires TLS or proxy support. But in
fact, glib-networking is part of glib. How about recipes-core/, like glib?
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe
2011-06-25 3:54 ` [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe edwin.zhai
2011-06-27 9:53 ` Koen Kooi
@ 2011-06-27 10:17 ` Koen Kooi
2011-06-28 1:20 ` Zhai, Edwin
1 sibling, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2011-06-27 10:17 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Op 25 jun 2011, om 05:54 heeft edwin.zhai@intel.com het volgende geschreven:
> From: Zhai Edwin <edwin.zhai@intel.com>
>
> +SRC_URI = "${GNOME_MIRROR}/glib-networking/2.28/glib-networking-${PV}.tar.bz2"
No 'name' parameter
> +SRC_URI[archive.md5sum] = "c10e51571d03c10111a37bcd21fbf777"
> +SRC_URI[archive.sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
'archive' as name paramater, leading to:
WARNING: Missing SRC_URI checksum for /OE/tentacle/sources/downloads/glib-networking-2.28.7.tar.bz2, consider adding to the recipe:
SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe
2011-06-27 10:17 ` Koen Kooi
@ 2011-06-28 1:20 ` Zhai, Edwin
0 siblings, 0 replies; 7+ messages in thread
From: Zhai, Edwin @ 2011-06-28 1:20 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Koen Kooi wrote:
>
> Op 25 jun 2011, om 05:54 heeft edwin.zhai@intel.com het volgende
> geschreven:
>
> > From: Zhai Edwin <edwin.zhai@intel.com>
> >
> > +SRC_URI =
> "${GNOME_MIRROR}/glib-networking/2.28/glib-networking-${PV}.tar.bz2"
>
> No 'name' parameter
>
I'll change it to
+SRC_URI = "${GNOME_MIRROR}/${PN}/2.28/${PN}-${PV}.tar.bz2"
> > +SRC_URI[archive.md5sum] = "c10e51571d03c10111a37bcd21fbf777"
> > +SRC_URI[archive.sha256sum] =
> "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
>
> 'archive' as name paramater, leading to:
>
My fault, will remove it.
> WARNING: Missing SRC_URI checksum for
> /OE/tentacle/sources/downloads/glib-networking-2.28.7.tar.bz2,
> consider adding to the recipe:
>
> SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
> SRC_URI[sha256sum] =
> "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/2] webkit-gtk: recommends glib-networking to access https web page
2011-06-25 3:54 [PATCH 0/2] Enable https pages for web browser edwin.zhai
2011-06-25 3:54 ` [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe edwin.zhai
@ 2011-06-25 3:54 ` edwin.zhai
1 sibling, 0 replies; 7+ messages in thread
From: edwin.zhai @ 2011-06-25 3:54 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
[YOCTO #1037] got fixed
Signed-off-by: Zhai Edwin <edwin.zhai@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"
+
SRCREV_FORMAT = "webcore-rwebkit"
SRCREV = "72836"
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-06-28 1:24 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 3:54 [PATCH 0/2] Enable https pages for web browser edwin.zhai
2011-06-25 3:54 ` [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe edwin.zhai
2011-06-27 9:53 ` Koen Kooi
2011-06-28 1:02 ` Zhai, Edwin
2011-06-27 10:17 ` Koen Kooi
2011-06-28 1:20 ` Zhai, Edwin
2011-06-25 3:54 ` [PATCH 2/2] webkit-gtk: recommends glib-networking to access https web page edwin.zhai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox