diff options
-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 | |||