summaryrefslogtreecommitdiff
path: root/meta/packages/libsoup
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-03-11 15:57:23 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-03-11 16:40:36 +0000
commitbdc077bc13e566a888a77c11bee41ef2ea6b7d3a (patch)
treee757e42832b0bd1c5a542d7845471a457c67eb87 /meta/packages/libsoup
parent01b99d5a65cd4cb692d1ba22670afd344085a548 (diff)
downloadopenembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.tar.gz
openembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.tar.bz2
openembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.tar.xz
openembedded-core-bdc077bc13e566a888a77c11bee41ef2ea6b7d3a.zip
libsoup-2.4: Add 2.25.29 (still 2.4 ABI)
Diffstat (limited to 'meta/packages/libsoup')
-rw-r--r--meta/packages/libsoup/libsoup-2.4_2.25.91.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/libsoup/libsoup-2.4_2.25.91.bb b/meta/packages/libsoup/libsoup-2.4_2.25.91.bb
new file mode 100644
index 000000000..71e11a36c
--- /dev/null
+++ b/meta/packages/libsoup/libsoup-2.4_2.25.91.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "An HTTP library implementation in C"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "glib-2.0 gnutls libxml2 libproxy"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.25/libsoup-${PV}.tar.bz2"
+S = "${WORKDIR}/libsoup-${PV}"
+
+inherit autotools_stage pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}