diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-11-05 14:40:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:08:12 +0000 |
commit | 918c77365faa72c2aa58c26ea04e893af9b59a0a (patch) | |
tree | 4aa7de491300b6bd46dd7dc5b49f5a4954066127 /meta/recipes-support | |
parent | 5bd93052f32f60bf324fe28c36ef491d1d6d3336 (diff) | |
download | poky-918c77365faa72c2aa58c26ea04e893af9b59a0a.tar.gz |
libsoup-2.4: Upgrade 2.50.0 -> 2.52.1
Don't build the now-included vala bindings: This requires gobject-introspection.
(From OE-Core rev: 25991b97ce027d1ff9b803f4ab57350659465fd8)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb index 044db31f4d..55d8b9e95b 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.50.0.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb | |||
@@ -9,6 +9,8 @@ SECTION = "x11/gnome/libs" | |||
9 | 9 | ||
10 | DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native" | 10 | DEPENDS = "glib-2.0 gnutls libxml2 sqlite3 intltool-native" |
11 | 11 | ||
12 | EXTRA_OECONF = "--disable-vala" | ||
13 | |||
12 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable | 14 | # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable |
13 | # by default but let it be easily disabled. | 15 | # by default but let it be easily disabled. |
14 | PACKAGECONFIG ??= "gnome" | 16 | PACKAGECONFIG ??= "gnome" |
@@ -17,8 +19,8 @@ PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome" | |||
17 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 19 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
18 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | 20 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" |
19 | 21 | ||
20 | SRC_URI[md5sum] = "9a84d66e1b7ccd3bd340574b11eccc15" | 22 | SRC_URI[md5sum] = "b80f11674724ab38f96426875bc0e2e5" |
21 | SRC_URI[sha256sum] = "1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b" | 23 | SRC_URI[sha256sum] = "0e19bca047ad50b28e8ed7663840f9e45a94909148822ca44dcb3e8cafb5cc48" |
22 | 24 | ||
23 | S = "${WORKDIR}/libsoup-${PV}" | 25 | S = "${WORKDIR}/libsoup-${PV}" |
24 | 26 | ||