summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-04-13 15:42:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-27 14:59:47 +0100
commitf6a2628ffee10e43a37fba09106db5d47f7c4b93 (patch)
tree9c230500f2f9ac7783d54ea36fd59a2b8856e1cb /meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
parentb4b46c0d1444208bca7635692f41261b122084f9 (diff)
downloadpoky-f6a2628ffee10e43a37fba09106db5d47f7c4b93.tar.gz
libsoup-2.4: Upgrade 2.46.0 -> 2.50.0
(From OE-Core rev: 0731fb03b5cc40502f90912fb2e72b54b777509d) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
new file mode 100644
index 0000000000..044db31f4d
--- /dev/null
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb
@@ -0,0 +1,28 @@
1SUMMARY = "An HTTP library implementation in C"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
7
8SECTION = "x11/gnome/libs"
9
10DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native"
11
12# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable
13# by default but let it be easily disabled.
14PACKAGECONFIG ??= "gnome"
15PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
16
17SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
18SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
19
20SRC_URI[md5sum] = "9a84d66e1b7ccd3bd340574b11eccc15"
21SRC_URI[sha256sum] = "1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b"
22
23S = "${WORKDIR}/libsoup-${PV}"
24
25inherit autotools gettext pkgconfig
26
27# glib-networking is needed for SSL, proxies, etc.
28RRECOMMENDS_${PN} = "glib-networking"