summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-04-21 14:37:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:45:09 +0100
commit559dd2d9000f05e0fb7343bf56aed197c1ac97a3 (patch)
tree9060dcecd139bcd798f96a11a7c1e8246c7a3e0d /meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
parent3040cfc8cc2cd622556db0dcaae6c357d6d5c899 (diff)
downloadpoky-559dd2d9000f05e0fb7343bf56aed197c1ac97a3.tar.gz
glib-networking: Update to 2.36
COPYING file: Address and Formating changes only (From OE-Core rev: 827c4a6e337f6701945bf12a4a93f98011103597) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-networking/glib-networking_2.28.7.bb')
-rw-r--r--meta/recipes-core/glib-networking/glib-networking_2.28.7.bb25
1 files changed, 0 insertions, 25 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
deleted file mode 100644
index 17f0102f5a..0000000000
--- a/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb
+++ /dev/null
@@ -1,25 +0,0 @@
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=3bf50002aefd002f49e7bb854063f7e7"
7
8SECTION = "libs"
9DEPENDS = "glib-2.0 gnutls intltool-native"
10
11PR = "r3"
12
13SRC_URI = "${GNOME_MIRROR}/${BPN}/2.28/${BPN}-${PV}.tar.bz2"
14
15SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777"
16SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c"
17
18EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy"
19
20inherit autotools pkgconfig
21
22FILES_${PN} += "${libdir}/gio/modules/libgio*.so ${datadir}/dbus-1/services/"
23FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/"
24FILES_${PN}-dev += "${libdir}/gio/modules/libgio*.la"
25FILES_${PN}-staticdev += "${libdir}/gio/modules/libgio*.a"