summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-18 17:30:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-21 09:32:41 +0000
commit13e726f626f26b9572168d3c87fd794e96e7d4a6 (patch)
tree96b609946968e459d5e276633fafb864cd442ec5 /meta/recipes-support/libsoup
parentdd0ef3c249af340e76b5f139ef8ec479c7708b1c (diff)
downloadpoky-13e726f626f26b9572168d3c87fd794e96e7d4a6.tar.gz
libsoup-2.4: minor formatting improvements
Also update HOMEPAGE from generic Gnome to something libsoup specific. (From OE-Core rev: 9473ffc11e586eba6a1cef2e5c8d293695685941) Signed-off-by: Andre McCurdy <armccurdy@gmail.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.52.2.bb21
1 files changed, 10 insertions, 11 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
index 3215ff140c..865c1d71ee 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.52.2.bb
@@ -1,22 +1,14 @@
1SUMMARY = "An HTTP library implementation in C" 1SUMMARY = "An HTTP library implementation in C"
2HOMEPAGE = "http://www.gnome.org/" 2HOMEPAGE = "https://wiki.gnome.org/Projects/libsoup"
3BUGTRACKER = "https://bugzilla.gnome.org/" 3BUGTRACKER = "https://bugzilla.gnome.org/"
4 4SECTION = "x11/gnome/libs"
5LICENSE = "LGPLv2" 5LICENSE = "LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 6LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
7 7
8SECTION = "x11/gnome/libs"
9
10DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native" 8DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 intltool-native"
11 9
12EXTRA_OECONF = "--disable-vala" 10SHRT_VER = "${@d.getVar('PV', True).split('.')[0]}.${@d.getVar('PV', True).split('.')[1]}"
13 11
14# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable
15# by default but let it be easily disabled.
16PACKAGECONFIG ??= "gnome"
17PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
18
19SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
20SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" 12SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
21 13
22SRC_URI[md5sum] = "e4757d09012ed93822b1ee41435fec24" 14SRC_URI[md5sum] = "e4757d09012ed93822b1ee41435fec24"
@@ -26,5 +18,12 @@ S = "${WORKDIR}/libsoup-${PV}"
26 18
27inherit autotools gettext pkgconfig upstream-version-is-even 19inherit autotools gettext pkgconfig upstream-version-is-even
28 20
21# libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards. Enable
22# by default but let it be easily disabled.
23PACKAGECONFIG ??= "gnome"
24PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
25
26EXTRA_OECONF = "--disable-vala"
27
29# glib-networking is needed for SSL, proxies, etc. 28# glib-networking is needed for SSL, proxies, etc.
30RRECOMMENDS_${PN} = "glib-networking" 29RRECOMMENDS_${PN} = "glib-networking"