diff options
| author | Ross Burton <ross@openedhand.com> | 2008-09-22 16:48:52 +0000 |
|---|---|---|
| committer | Ross Burton <ross@openedhand.com> | 2008-09-22 16:48:52 +0000 |
| commit | 500a9242c9a52b9b2386d2141a1b35e66f25a036 (patch) | |
| tree | 262d8cba5689f0f1005806c9b0a53fb4dfb20dab | |
| parent | cf69f3755109949822ef1514585d1b7351c6b0e5 (diff) | |
| download | poky-500a9242c9a52b9b2386d2141a1b35e66f25a036.tar.gz | |
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.bb | 14 |
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 0000000000..303f667dcf --- /dev/null +++ b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "An HTTP library implementation in C" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | SECTION = "x11/gnome/libs" | ||
| 4 | |||
| 5 | DEPENDS = "glib-2.0 gnutls libxml2" | ||
| 6 | |||
| 7 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/libsoup-${PV}.tar.bz2" | ||
| 8 | S = "${WORKDIR}/libsoup-${PV}" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
| 11 | |||
| 12 | do_stage() { | ||
| 13 | autotools_stage_all | ||
| 14 | } | ||
