[oe-commits] Zhai Edwin : glib-networking: Add 2.28.7 as new recipe

git version control git at git.openembedded.org
Tue Jun 28 13:08:44 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: a2adb1b1e81c6d72491fd136bd4f1eb3765a7d98
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a2adb1b1e81c6d72491fd136bd4f1eb3765a7d98

Author: Zhai Edwin <edwin.zhai at intel.com>
Date:   Fri Jun 24 15:49:14 2011 +0800

glib-networking: Add 2.28.7 as new recipe

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 at intel.com>

---

 .../glib-networking/glib-networking_2.28.7.bb      |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
new file mode 100644
index 0000000..64fff50
--- /dev/null
+++ b/meta/recipes-core/glib-networking/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}/${PN}/2.28/${PN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
+SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${libdir}/gio/modules/libgio* ${datadir}/dbus-1/services/"
+FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/"





More information about the Openembedded-commits mailing list