aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-05-18 10:42:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 14:06:59 +0100
commit5cf2fa6cb4b18d1a436b361b805822f7ed391d80 (patch)
tree76922f7b97586bbb9ca96c92f03224c0e65ebce4 /meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
parentf4f5d41f6cd262379daa8a00699a64f0df6fd9e7 (diff)
downloadopenembedded-core-contrib-5cf2fa6cb4b18d1a436b361b805822f7ed391d80.tar.gz
glib-networking: update to 2.36.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/glib-networking/glib-networking_2.36.2.bb')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.36.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
new file mode 100644
index 0000000000..863a4eb918
--- /dev/null
+++ b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
@@ -0,0 +1,23 @@
+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=5f30f0716dfdd0d91eb439ebec522ec2"
+
+SECTION = "libs"
+DEPENDS = "glib-2.0 gnutls intltool-native"
+
+SRC_URI = "${GNOME_MIRROR}/${BPN}/2.36/${BPN}-${PV}.tar.xz"
+
+SRC_URI[md5sum] = "fb9121742ed36d1723f296eea19dbb3c"
+SRC_URI[sha256sum] = "2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9"
+
+EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy"
+
+inherit autotools pkgconfig
+
+FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/"
+FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/"
+FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la"
+FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"