summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-05-06 16:04:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-11 12:24:21 +0100
commit5ae63515ccef232ab93446f7ce09cd8593a0733f (patch)
tree428b44fce788d195ca380e1c3741cb7916e1ba02 /meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb
parent08efbacd016072c3345dc115e8b87519e7d36a89 (diff)
downloadopenembedded-core-5ae63515ccef232ab93446f7ce09cd8593a0733f.tar.gz
libsoup: upgrade to 2.46.0
Removed merged patches: fix-compiling-failed-while-mips-gcc-optimization-enabled.patch Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb
new file mode 100644
index 0000000000..f062b2eefa
--- /dev/null
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb
@@ -0,0 +1,29 @@
+SUMMARY = "An HTTP library implementation in C"
+HOMEPAGE = "http://www.gnome.org/"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
+
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native"
+
+# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable
+# by default but let it be easily disabled.
+PACKAGECONFIG ??= "gnome"
+PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
+
+SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
+SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
+
+
+SRC_URI[md5sum] = "86765c0093efaf3006fa2960d170d097"
+SRC_URI[sha256sum] = "fa3d5574c1a2df521242e2ca624a2b3057121798cab9f8f40525aa186a7b15a3"
+
+S = "${WORKDIR}/libsoup-${PV}"
+
+inherit autotools pkgconfig
+
+# glib-networking is needed for SSL, proxies, etc.
+RRECOMMENDS_${PN} = "glib-networking"