diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-03 11:27:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 00:54:50 +0100 |
commit | 77556142cd280129a5ba04851de683f5c0ee6fde (patch) | |
tree | 1f73ececbd7c0e2f3290442e24761e5ce4fd8b12 /meta/recipes-support/libsoup | |
parent | c525f41da7df370a26be4267c51fa045b8377cff (diff) | |
download | poky-77556142cd280129a5ba04851de683f5c0ee6fde.tar.gz |
libsoup-2.4: Update to 2.34.1
(From OE-Core rev: a539f1f00441dbb29af215082ba0c7c78fb0eaa1)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.34.1.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.32.2.bb) | 7 | ||||
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb | 11 |
2 files changed, 4 insertions, 14 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.32.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.34.1.bb index 59b9150e98..f9e8de5959 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.32.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.34.1.bb | |||
@@ -10,10 +10,11 @@ PR = "r0" | |||
10 | 10 | ||
11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" | 11 | DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring" |
12 | 12 | ||
13 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.32/libsoup-${PV}.tar.bz2" | 13 | SRC_URI = "${GNOME_MIRROR}/libsoup/2.34/libsoup-${PV}.tar.bz2" |
14 | |||
15 | SRC_URI[md5sum] = "846779d898c11f97b5de28a79ea82254" | ||
16 | SRC_URI[sha256sum] = "a2f846af2c4c08e15eacc9879c8c9be4d85f8105f960f96a9ba3dbabd9ee517b" | ||
14 | 17 | ||
15 | SRC_URI[md5sum] = "03f37350a2a31046ebabb8470e75abcc" | ||
16 | SRC_URI[sha256sum] = "96e6973c8b7459523c0f44e7aec69528ff2fbd388e8ddc415f91bcc42f50777f" | ||
17 | S = "${WORKDIR}/libsoup-${PV}" | 18 | S = "${WORKDIR}/libsoup-${PV}" |
18 | 19 | ||
19 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb deleted file mode 100644 index 9c65331c1e..0000000000 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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 = "${GNOME_MIRROR}/libsoup/2.4/libsoup-${PV}.tar.bz2" | ||
8 | S = "${WORKDIR}/libsoup-${PV}" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||