summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup/libsoup_2.2.100.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.100.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.100.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup_2.2.100.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.100.bb b/meta/recipes-support/libsoup/libsoup_2.2.100.bb
deleted file mode 100644
index cc9846aa3a..0000000000
--- a/meta/recipes-support/libsoup/libsoup_2.2.100.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "An HTTP library implementation in C"
2SECTION = "x11/gnome/libs"
3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
5PR = "r1"
6
7DEPENDS = "glib-2.0 gnutls libxml2"
8
9SRC_URI = "${GNOME_MIRROR}/${BPN}/2.2/${BPN}-${PV}.tar.bz2"
10
11SRC_URI[md5sum] = "936e29d705aab0483b9a5b8860f68c13"
12SRC_URI[sha256sum] = "fa9f33e96a11133adbfd10538d95ed9704e582ef334c0a119a2a0bfca302877d"
13
14inherit autotools pkgconfig
15
16FILES_${PN} = "${libdir}/lib*.so.*"
17FILES_${PN}-dev = "${includedir}/ ${libdir}/"
18FILES_${PN}-doc = "${datadir}/"