diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-14 16:40:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-14 17:15:49 +0000 |
commit | 4c299b76519af3e823259c5cc92fe1fef76b3688 (patch) | |
tree | da2754190e73501c6a30e3d777b55cad7723c226 /meta/recipes-support | |
parent | cf0692b4e7dd3e62fd5443f1b4ecd56af2d681a1 (diff) | |
download | poky-4c299b76519af3e823259c5cc92fe1fef76b3688.tar.gz |
libsoup: RRECOMMEND glib-networking
Without glib-networking, libsoup can't do SSL, proxies, and probably more.
(From OE-Core rev: 92d08254b55cb36df155f6b0248fd3889d44655f)
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.38.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb index 486c38be4c..4a4d59a2b7 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.38.1.bb | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | SECTION = "x11/gnome/libs" | 10 | SECTION = "x11/gnome/libs" |
11 | 11 | ||
@@ -21,3 +21,5 @@ S = "${WORKDIR}/libsoup-${PV}" | |||
21 | 21 | ||
22 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
23 | 23 | ||
24 | # glib-networking is needed for SSL, proxies, etc. | ||
25 | RRECOMMENDS_${PN} = "glib-networking" | ||