summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-09-22 16:48:52 +0000
committerRoss Burton <ross@openedhand.com>2008-09-22 16:48:52 +0000
commit500a9242c9a52b9b2386d2141a1b35e66f25a036 (patch)
tree262d8cba5689f0f1005806c9b0a53fb4dfb20dab
parentcf69f3755109949822ef1514585d1b7351c6b0e5 (diff)
downloadopenembedded-core-500a9242c9a52b9b2386d2141a1b35e66f25a036.tar.gz
openembedded-core-500a9242c9a52b9b2386d2141a1b35e66f25a036.tar.bz2
openembedded-core-500a9242c9a52b9b2386d2141a1b35e66f25a036.tar.xz
openembedded-core-500a9242c9a52b9b2386d2141a1b35e66f25a036.zip
libsoup-2.4: add libsoup 2.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5218 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/libsoup/libsoup-2.4_2.4.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/libsoup/libsoup-2.4_2.4.1.bb b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb
new file mode 100644
index 000000000..303f667dc
--- /dev/null
+++ b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "An HTTP library implementation in C"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "glib-2.0 gnutls libxml2"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2"
+S = "${WORKDIR}/libsoup-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}