summaryrefslogtreecommitdiff
path: root/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-07-28 13:48:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:01:17 +0100
commitfb0a930bde00ee6b1b93bdef44568008a1ac2264 (patch)
treef262b535ee429548b6c0d7fa878d327af6f0cc98 /meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
parent765714d2b4dc2b1f6c73c4a8e5fcd0a0c475ad39 (diff)
downloadopenembedded-core-fb0a930bde00ee6b1b93bdef44568008a1ac2264.tar.gz
openembedded-core-fb0a930bde00ee6b1b93bdef44568008a1ac2264.tar.bz2
openembedded-core-fb0a930bde00ee6b1b93bdef44568008a1ac2264.zip
libsoup-2.4: Upgrade to 2.34.2
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb')
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
new file mode 100644
index 0000000000..57af8f76e2
--- /dev/null
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "An HTTP library implementation in C"
+HOMEPAGE = "http://www.gnome.org/"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
+
+SECTION = "x11/gnome/libs"
+PR = "r0"
+
+DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring"
+
+SRC_URI = "${GNOME_MIRROR}/libsoup/2.34/libsoup-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "2454b38681a6e082b613a781a501e721"
+SRC_URI[sha256sum] = "1d70edc48c309528635012269733739f9cd22548913125864318a65d1b6f1261"
+
+S = "${WORKDIR}/libsoup-${PV}"
+
+inherit autotools pkgconfig
+