diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-06-24 15:49:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 15:06:53 +0100 |
commit | 08b6d958851c4442888530ac164e516d8c063740 (patch) | |
tree | 42086d5af743dde93ddbef42698ca4fa9a003b60 /meta | |
parent | d8f4a8bd1c4e1a4ead115182eff3d03b33a149ce (diff) | |
download | poky-08b6d958851c4442888530ac164e516d8c063740.tar.gz |
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.
(From OE-Core rev: a2adb1b1e81c6d72491fd136bd4f1eb3765a7d98)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/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 0000000000..64fff50033 --- /dev/null +++ b/meta/recipes-core/glib-networking/glib-networking_2.28.7.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "glib-networking contains the implementations of certain GLib networking features that cannot be implemented directly in GLib itself because of their dependencies." | ||
2 | HOMEPAGE = "http://git.gnome.org/browse/glib-networking/" | ||
3 | BUGTRACKER = "http://bugzilla.gnome.org" | ||
4 | |||
5 | LICENSE = "LGPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
7 | |||
8 | SECTION = "libs" | ||
9 | DEPENDS = "glib-2.0 gnutls" | ||
10 | |||
11 | PR = "r0" | ||
12 | |||
13 | SRC_URI = "${GNOME_MIRROR}/${PN}/2.28/${PN}-${PV}.tar.bz2" | ||
14 | |||
15 | SRC_URI[md5sum] = "c10e51571d03c10111a37bcd21fbf777" | ||
16 | SRC_URI[sha256sum] = "98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c" | ||
17 | |||
18 | inherit autotools pkgconfig | ||
19 | |||
20 | FILES_${PN} += "${libdir}/gio/modules/libgio* ${datadir}/dbus-1/services/" | ||
21 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/" | ||