diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-07 20:06:29 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-09 08:18:17 -0800 |
commit | 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 (patch) | |
tree | 774991d51470129319c18bb6b32c9b0c2d5a2b7c /meta/recipes-support/libsoup | |
parent | ba5e0b9531b9a967aa3d408a13024590d96b8391 (diff) | |
download | poky-3d08b9f2c65835822b1c0ed30e3170f02f877ce3.tar.gz |
SRC_URI Checksums Additionals
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libsoup')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.32.1.bb | 3 | ||||
-rw-r--r-- | meta/recipes-support/libsoup/libsoup_2.2.100.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.32.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.32.1.bb index 92493c8f45..adc95f3f0a 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.32.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.32.1.bb | |||
@@ -11,6 +11,9 @@ PR = "r0" | |||
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 = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.32/libsoup-${PV}.tar.bz2" | 13 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.32/libsoup-${PV}.tar.bz2" |
14 | |||
15 | SRC_URI[md5sum] = "894ca0077ec2d923286a69766d0b0b74" | ||
16 | SRC_URI[sha256sum] = "8779da1b4d85f443f04ea8301f52c4a1943c10e4dc8d20dbcdb3652921de6b8e" | ||
14 | S = "${WORKDIR}/libsoup-${PV}" | 17 | S = "${WORKDIR}/libsoup-${PV}" |
15 | 18 | ||
16 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
diff --git a/meta/recipes-support/libsoup/libsoup_2.2.100.bb b/meta/recipes-support/libsoup/libsoup_2.2.100.bb index 94efb7f676..a96a762a5a 100644 --- a/meta/recipes-support/libsoup/libsoup_2.2.100.bb +++ b/meta/recipes-support/libsoup/libsoup_2.2.100.bb | |||
@@ -7,6 +7,9 @@ DEPENDS = "glib-2.0 gnutls libxml2" | |||
7 | 7 | ||
8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" | 8 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${PN}/2.2/${PN}-${PV}.tar.bz2" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "936e29d705aab0483b9a5b8860f68c13" | ||
11 | SRC_URI[sha256sum] = "fa9f33e96a11133adbfd10538d95ed9704e582ef334c0a119a2a0bfca302877d" | ||
12 | |||
10 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
11 | 14 | ||
12 | FILES_${PN} = "${libdir}/lib*.so.*" | 15 | FILES_${PN} = "${libdir}/lib*.so.*" |