summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
diff options
context:
space:
mode:
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.bb26
1 files changed, 26 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..5200b94ad9
--- /dev/null
+++ b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies."
2HOMEPAGE = "http://git.gnome.org/browse/glib-networking/"
3BUGTRACKER = "http://bugzilla.gnome.org"
4
5LICENSE = "LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
7
8SECTION = "libs"
9DEPENDS = "glib-2.0 gnutls intltool-native"
10
11SRC_URI = "${GNOME_MIRROR}/${BPN}/2.36/${BPN}-${PV}.tar.xz"
12
13SRC_URI[md5sum] = "fb9121742ed36d1723f296eea19dbb3c"
14SRC_URI[sha256sum] = "2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9"
15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[pkcs11] = "--with-pkcs11,--without-pkcs11,p11-kit"
18
19EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy"
20
21inherit autotools pkgconfig
22
23FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/"
24FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/"
25FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la"
26FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"