summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup_2.2.105.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-01-16 20:31:50 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 11:34:10 +0000
commit6455292b96fadad24f8d4d50b223212bc6212076 (patch)
tree66cbda1cf5db80d068920893991db5f540e8d789 /meta/recipes-support/libsoup/libsoup_2.2.105.bb
parent8a7a7fef7324fc5da7c26167e686f9dfc82a6fe7 (diff)
downloadpoky-6455292b96fadad24f8d4d50b223212bc6212076.tar.gz
libsoup: Update package from v2.2.100 to v2.2.105
I included a patch as well to solve a compile error. In this package, a dfprinf function is declared. It will fail as eglibc provides it's function as well. So i renamed libsoup's dprintf function into dprinfsoup. (From OE-Core rev: 6b3364c4c96429c6cb2a492102362b005fdd3a81) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup_2.2.105.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup_2.2.105.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.105.bb b/meta/recipes-support/libsoup/libsoup_2.2.105.bb
new file mode 100644
index 0000000000..6ad90b8c42
--- /dev/null
+++ b/meta/recipes-support/libsoup/libsoup_2.2.105.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "An HTTP library implementation in C"
2SECTION = "x11/gnome/libs"
3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
5PR = "r0"
6
7DEPENDS = "glib-2.0 gnutls libxml2"
8
9SRC_URI = "${GNOME_MIRROR}/${BPN}/2.2/${BPN}-${PV}.tar.bz2 \
10 file://dprintf_conflict_with_eglibc.patch"
11
12SRC_URI[md5sum] = "7fa48b06a0e2b0ff3d2fa45cf331f169"
13SRC_URI[sha256sum] = "3760a127ee810cfd0fda257ff615d19a2dd8aeece199dad0d18690446df72e8f"
14
15inherit autotools pkgconfig
16
17FILES_${PN} = "${libdir}/lib*.so.*"
18FILES_${PN}-dev = "${includedir}/ ${libdir}/"
19FILES_${PN}-doc = "${datadir}/"