diff options
| author | Zhai Edwin <edwin.zhai@intel.com> | 2011-07-28 13:48:52 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:32 +0100 |
| commit | 1094f15735a83ecb859b7542604861b589ed7026 (patch) | |
| tree | 6beba2f20038008658f256af4677c26e46c59427 /meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb | |
| parent | 6d3c2628c5a74c76d9524a2a80bb2b588fd31921 (diff) | |
| download | poky-1094f15735a83ecb859b7542604861b589ed7026.tar.gz | |
libsoup-2.4: Upgrade to 2.34.2
(From OE-Core rev: fb0a930bde00ee6b1b93bdef44568008a1ac2264)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb | 21 |
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 @@ | |||
| 1 | DESCRIPTION = "An HTTP library implementation in C" | ||
| 2 | HOMEPAGE = "http://www.gnome.org/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
| 7 | |||
| 8 | SECTION = "x11/gnome/libs" | ||
| 9 | PR = "r0" | ||
| 10 | |||
| 11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | ||
| 12 | |||
| 13 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.34/libsoup-${PV}.tar.bz2" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "2454b38681a6e082b613a781a501e721" | ||
| 16 | SRC_URI[sha256sum] = "1d70edc48c309528635012269733739f9cd22548913125864318a65d1b6f1261" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/libsoup-${PV}" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig | ||
| 21 | |||
